Skip to content

Commit d814987

Browse files
authored
Code coverage settings for phpunit-bridge
Same reasoning as commit a51bcbb
1 parent a51bcbb commit d814987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

symfony/phpunit-bridge/4.1/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</testsuites>
2323

2424
<filter>
25-
<whitelist>
26-
<directory>src</directory>
25+
<whitelist processUncoveredFilesFromWhitelist="true">
26+
<directory suffix=".php">src</directory>
2727
</whitelist>
2828
</filter>
2929

0 commit comments

Comments
 (0)