Skip to content

Commit 4463c38

Browse files
committed
Update
1 parent f980cd9 commit 4463c38

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

phpunit.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<filter>
99
<whitelist processUncoveredFilesFromWhitelist="true">
1010
<directory suffix=".php">./class</directory>
11+
<directory suffix=".php">./library</directory>
12+
<exclude>
13+
<file>./library/Autoload.php</file>
14+
</exclude>
1115
</whitelist>
1216
</filter>
1317
<logging>

0 commit comments

Comments
 (0)