We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c950ba1 + a4ef02d commit 7f9c7ecCopy full SHA for 7f9c7ec
phpunit.xml.dist
@@ -7,6 +7,7 @@
7
convertNoticesToExceptions="true"
8
convertWarningsToExceptions="true"
9
processIsolation="false"
10
+ printerClass="NunoMaduro\Collision\Adapters\Phpunit\Printer"
11
stopOnFailure="false">
12
<testsuites>
13
<testsuite name="Feature">
@@ -16,9 +17,6 @@
16
17
<directory suffix="Test.php">./tests/Unit</directory>
18
</testsuite>
19
</testsuites>
- <listeners>
20
- <listener class="NunoMaduro\Collision\Adapters\Phpunit\Printer"/>
21
- </listeners>
22
<filter>
23
<whitelist processUncoveredFilesFromWhitelist="true">
24
<directory suffix=".php">./app</directory>
0 commit comments