8000
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 4c3d3ed commit 9cc6dfaCopy full SHA for 9cc6dfa
phpunit.xml
@@ -18,18 +18,9 @@
18
</testsuite>
19
</testsuites>
20
21
- <coverage cacheDirectory=".phpunit.cache/code-coverage"
22
- processUncoveredFiles="true">
23
- <include>
24
- <directory suffix=".php">./</directory>
25
- </include>
26
-
27
- <exclude>
28
- <directory suffix=".php">vendor/</directory>
29
- <directory suffix=".php">src/test/php/</directory>
30
- </exclude>
31
- <report>
32
- <clover outputFile="clover.xml" />
33
- </report>
34
- </coverage>
+ <filter>
+ <whitelist>
+ <directory suffix=".php">./src/main/php</directory>
+ </whitelist>
+ </filter>
35
</phpunit>
0 commit comments