Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 510b076

Browse files
committed
Merge branch 'update-phpunit-config' into master
2 parents 9d7fceb + 6bb5697 commit 510b076

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

phpunit.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313
</testsuite>
1414
</testsuites>
1515

16-
<logging>
17-
<log type="coverage-text" target="php://stdout" showOnlySummary="true" />
18-
</logging>
19-
20-
<filter>
21-
<whitelist>
16+
<coverage>
17+
<report>
18+
<text outputFile="php://stdout" showOnlySummary="true"/>
19+
</report>
20+
<include>
2221
<directory>src</directory>
23-
</whitelist>
24-
</filter>
22+
</include>
23+
</coverage>
2524

2625
<php>
2726
<ini name="error_reporting" value="-1"/>

0 commit comments

Comments
 (0)