Skip to content

Commit 19c2dca

Browse files
committed
Try to fix github action
1 parent a206ee2 commit 19c2dca

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@
2424
<directory suffix="Test.php">tests</directory>
2525
</testsuite>
2626
</testsuites>
27-
<filter>
28-
<whitelist processUncoveredFilesFromWhitelist="true">
29-
<directory suffix="Test.php">src</directory>
30-
<exclude>
31-
</exclude>
32-
</whitelist>
33-
</filter>
27+
<coverage>
28+
<include>
29+
<directory suffix=".php">src</directory>
30+
</include>
31+
</coverage>
3432
</phpunit>

0 commit comments

Comments
 (0)