Skip to content

Commit 57d31ac

Browse files
committed
Defines which source code should be analyzed for test coverage.
1 parent 9e19e4b commit 57d31ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

phpunit.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,14 @@
1616
<exclude>./tests/Integration/TestCase.php</exclude>
1717
</testsuite>
1818
</testsuites>
19+
20+
<filter>
21+
<whitelist>
22+
<directory>./src</directory>
23+
<exclude>
24+
<directory>./tests</directory>
25+
<directory>./vendor</directory>
26+
</exclude>
27+
</whitelist>
28+
</filter>
1929
</phpunit>

0 commit comments

Comments
 (0)