Skip to content

Commit a0c6013

Browse files
committed
Only check src/ directory for unit test coverage
1 parent 80eefbf commit a0c6013

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: phpunit.xml

+5
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@
1515
<directory>./tests/</directory>
1616
</testsuite>
1717
</testsuites>
18+
<filter>
19+
<whitelist>
20+
<directory suffix=".php">./src/</directory>
21+
</whitelist>
22+
</filter>
1823
</phpunit>

0 commit comments

Comments
 (0)