We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01016d0 + d814987 commit a4cb97dCopy full SHA for a4cb97d
phpunit/phpunit/4.7/phpunit.xml.dist
@@ -20,8 +20,8 @@
20
</testsuites>
21
22
<filter>
23
- <whitelist>
24
- <directory>src</directory>
+ <whitelist processUncoveredFilesFromWhitelist="true">
+ <directory suffix=".php">src</directory>
25
</whitelist>
26
</filter>
27
</phpunit>
symfony/phpunit-bridge/4.1/phpunit.xml.dist
@@ -22,8 +22,8 @@
28
29
0 commit comments