Skip to content

Commit c9c0990

Browse files
committed
Minor. Update phpunit.xml syntax
1 parent 5df37ba commit c9c0990

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

phpunit.xml.dist

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

16-
<filter>
17-
<whitelist>
16+
<coverage>
17+
<include>
1818
<directory suffix=".php">./src</directory>
19-
<exclude>
20-
<directory>./src/JsonSchema</directory>
21-
</exclude>
22-
</whitelist>
23-
</filter>
19+
</include>
20+
<exclude>
21+
<directory>./src/JsonSchema</directory>
22+
</exclude>
23+
</coverage>
2424
</phpunit>

0 commit comments

Comments
 (0)