Skip to content

Commit f641542

Browse files
committed
Fix up phpunit config
1 parent 8936f07 commit f641542

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

phpunit.xml.dist

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<!-- Add plugin test suites here. -->
2020
</testsuites>
2121

22-
<filter>
23-
<whitelist>
22+
<coverage>
23+
<include>
2424
<directory suffix=".php">src/</directory>
25-
</whitelist>
26-
</filter>
25+
</include>
26+
</coverage>
2727

2828
</phpunit>

0 commit comments

Comments
 (0)