Skip to content

Commit 8ce5ddf

Browse files
committed
ci: use phpunit 9 coverage syntax
1 parent e41433b commit 8ce5ddf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

phpunit.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
55
colors="true"
66
cacheDirectory="test/phpunit/.phpunit.cache"
77
bootstrap="vendor/autoload.php"
@@ -18,11 +18,10 @@
1818

1919
<logging />
2020

21-
<source>
21+
<coverage>
2222
<include>
23-
<directory>
24-
src/
25-
</directory>
23+
<directory suffix=".php">src</directory>
2624
</include>
27-
</source>
25+
</coverage>
26+
2827
</phpunit>

0 commit comments

Comments
 (0)