Skip to content

Commit

Permalink
Merge pull request #276 from owenvoke/bugfix/phpunit-duplication
Browse files Browse the repository at this point in the history
Fix duplicated Collision output in Artisan Test
  • Loading branch information
nunomaduro committed Mar 11, 2020
2 parents c950ba1 + a4ef02d commit 7f9c7ec
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 7f9c7ec

Please sign in to comment.