Skip to content

Commit

Permalink
Fix duplicated Collision output in Artisan Test
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Mar 10, 2020
1 parent 3f40bf6 commit a4ef02d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
printerClass="NunoMaduro\Collision\Adapters\Phpunit\Printer"
stopOnFailure="false">
<testsuites>
<testsuite name="Feature">
Expand All @@ -16,9 +17,6 @@
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
</testsuites>
<listeners>
<listener class="NunoMaduro\Collision\Adapters\Phpunit\Printer"/>
</listeners>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./app</directory>
Expand Down

0 comments on commit a4ef02d

Please sign in to comment.