Skip to content

Commit b5028cf

Browse files
committedJan 6, 2021
Add filter so we can start using code coverage
1 parent 6ba05dd commit b5028cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎phpunit.xml

+5
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@
1414
<directory suffix="Test.php">./tests/</directory>
1515
</testsuite>
1616
</testsuites>
17+
<filter>
18+
<whitelist>
19+
<directory suffix=".php">src/</directory>
20+
</whitelist>
21+
</filter>
1722
</phpunit>

0 commit comments

Comments
 (0)
Please sign in to comment.