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 4ae2c58 commit 0ccfc9cCopy full SHA for 0ccfc9c
phpunit.xml
@@ -7,6 +7,7 @@
7
<filter>
8
<whitelist addUncoveredFilesFromWhitelist="true">
9
<directory suffix=".php">./src</directory>
10
+ <exclude>./test/solutions</exclude>
11
</whitelist>
12
</filter>
13
</phpunit>
0 commit comments