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 ed2b8f9 commit a416b8bCopy full SHA for a416b8b
1 file changed
phpunit.xml.dist
@@ -6,17 +6,15 @@
6
executionOrder="random"
7
verbose="true"
8
>
9
+ <coverage>
10
+ <include>
11
+ <directory>src</directory>
12
+ </include>
13
+ </coverage>
14
15
<testsuites>
16
<testsuite name="Main Test Suite">
17
<directory>tests/phpunit</directory>
18
</testsuite>
19
</testsuites>
-
- <filter>
- <whitelist>
- <directory>src</directory>
- </whitelist>
20
- </filter>
21
22
</phpunit>
0 commit comments