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 d4ab180 commit a19c5b2Copy full SHA for a19c5b2
phpunit.xml.dist
@@ -13,9 +13,9 @@
13
<directory>tests/functional</directory>
14
</testsuite>
15
</testsuites>
16
- <filter>
17
- <whitelist processUncoveredFilesFromWhitelist="true">
+ <coverage processUncoveredFiles="true">
+ <include>
18
<directory suffix=".php">src</directory>
19
- </whitelist>
20
- </filter>
+ </include>
+ </coverage>
21
</phpunit>
0 commit comments