Skip to content

Commit a238b36

Browse files
committed
up
1 parent 5f3573d commit a238b36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

phpunit.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<directory suffix="Test.php">tests/</directory>
66
</testsuite>
77
</testsuites>
8-
<filter>
9-
<whitelist>
8+
<coverage>
9+
<include>
1010
<directory suffix=".php">src/</directory>
11-
</whitelist>
12-
</filter>
11+
</include>
12+
</coverage>
1313
<logging>
1414
<log type="tap" target="build/report.tap"/>
1515
<log type="junit" target="build/report.junit.xml"/>

0 commit comments

Comments
 (0)