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 f980cd9 commit 4463c38Copy full SHA for 4463c38
1 file changed
phpunit.xml
@@ -8,6 +8,10 @@
8
<filter>
9
<whitelist processUncoveredFilesFromWhitelist="true">
10
<directory suffix=".php">./class</directory>
11
+ <directory suffix=".php">./library</directory>
12
+ <exclude>
13
+ <file>./library/Autoload.php</file>
14
+ </exclude>
15
</whitelist>
16
</filter>
17
<logging>
0 commit comments