Skip to content

Commit 7f9c7ec

Browse files
authored
Merge pull request laravel-zero#276 from owenvoke/bugfix/phpunit-duplication
Fix duplicated Collision output in Artisan Test
2 parents c950ba1 + a4ef02d commit 7f9c7ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
99
processIsolation="false"
10+
printerClass="NunoMaduro\Collision\Adapters\Phpunit\Printer"
1011
stopOnFailure="false">
1112
<testsuites>
1213
<testsuite name="Feature">
@@ -16,9 +17,6 @@
1617
<directory suffix="Test.php">./tests/Unit</directory>
1718
</testsuite>
1819
</testsuites>
19-
<listeners>
20-
<listener class="NunoMaduro\Collision\Adapters\Phpunit\Printer"/>
21-
</listeners>
2220
<filter>
2321
<whitelist processUncoveredFilesFromWhitelist="true">
2422
<directory suffix=".php">./app</directory>

0 commit comments

Comments
 (0)