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 d57e68e commit 6eff429Copy full SHA for 6eff429
phpunit.xml.dist
@@ -31,6 +31,9 @@
31
32
<!-- Prevent coverage reports from looking in tests, vendors and bootstrap.php -->
33
<filter>
34
+ <whitelist>
35
+ <directory suffix=".php">./src</directory>
36
+ </whitelist>
37
<blacklist>
38
<directory suffix=".php">./vendor/</directory>
39
<directory suffix=".ctp">./vendor/</directory>
0 commit comments