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.
1 parent 75f307d commit a206ee2Copy full SHA for a206ee2
phpunit.xml.dist
@@ -26,7 +26,7 @@
26
</testsuites>
27
<filter>
28
<whitelist processUncoveredFilesFromWhitelist="true">
29
- <directory suffix=".php">src</directory>
+ <directory suffix="Test.php">src</directory>
30
<exclude>
31
</exclude>
32
</whitelist>
0 commit comments