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 6f5648a commit 14071f0Copy full SHA for 14071f0
phpunit.xml.dist
@@ -6,4 +6,9 @@
6
<exclude>./tests/fixtures</exclude>
7
</testsuite>
8
</testsuites>
9
+ <filter>
10
+ <whitelist processUncoveredFilesFromWhitelist="true">
11
+ <directory suffix=".php">./src</directory>
12
+ </whitelist>
13
+ </filter>
14
</phpunit>
0 commit comments