Skip to content

Commit b827f88

Browse files
author
MarkBaker
committed
Getting really jerked about with the differences in xml configuration between different versions of phpunit
1 parent d0022eb commit b827f88

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpunit.xml.dist

-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
<testsuite name="Complex Unit Test Suite">
1818
<directory suffix="Test.php">./unitTests/classes</directory>
1919
</testsuite>
20-
<filter>
21-
<whitelist>
22-
<directory suffix=".php">../unitTests/classes</directory>
23-
</whitelist>
24-
</filter>
2520

2621
<coverage includeUncoveredFiles="true" processUncoveredFiles="true">
2722
<include>

0 commit comments

Comments
 (0)