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.
1 parent 6c05b54 commit ef3171dCopy full SHA for ef3171d
phpunit.xml
@@ -13,4 +13,8 @@
13
<directory suffix="Test.php">./tests/</directory>
14
</testsuite>
15
</testsuites>
16
+ <filter>
17
+ <whitelist processUncoveredFilesFromWhitelist="true">
18
+ </whitelist>
19
+ </filter>
20
</phpunit>
0 commit comments