Skip to content

Commit 11ff32d

Browse files
committed
Fix phpunit.xml.dist
1 parent d9a6721 commit 11ff32d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@
1616
<directory>tests/Unit</directory>
1717
</testsuite>
1818
</testsuites>
19-
<filter>
20-
<whitelist>
21-
<directory suffix=".php">src/</directory>
22-
<exclude>
23-
<directory>src/Exception</directory>
24-
<file>src/HttpCorePlugin.php</file>
25-
</exclude>
26-
</whitelist>
27-
</filter>
2819
<coverage>
2920
<include>
3021
<directory suffix=".php">src</directory>

0 commit comments

Comments
 (0)