Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit f9c59fc

Browse files
committed
Fixed code coverage whitelist configuration.
1 parent e2f6e04 commit f9c59fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</testsuites>
77
<filter>
88
<whitelist processUncoveredFilesFromWhitelist="true">
9-
<directory suffix=".php">php</directory>
9+
<directory suffix=".php">src</directory>
1010
</whitelist>
1111
</filter>
1212
</phpunit>

0 commit comments

Comments
 (0)