8000 Update phpunit.xml · LeetCode-in-Php/LeetCode-in-Php@9cc6dfa · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cc6dfa

Browse files
authored
Update phpunit.xml
1 parent 4c3d3ed commit 9cc6dfa

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

phpunit.xml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,9 @@
1818
</testsuite>
1919
</testsuites>
2020

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>
21+
<filter>
22+
<whitelist>
23+
<directory suffix=".php">./src/main/php</directory>
24+
</whitelist>
25+
</filter>
3526
</phpunit>

0 commit comments

Comments
 (0)
0