Skip to content

Commit e4d1f86

Browse files
committed
migrated all tests to phpunit 11.5
1 parent c7a0cb8 commit e4d1f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
1717
>
1818
<coverage includeUncoveredFiles="true">
19-
<source>
19+
<include>
2020
<directory suffix=".php">src</directory>
21-
</source>
21+
</include>
2222
<report>
2323
<clover outputFile="build/logs/clover.xml"/>
2424
</report>

0 commit comments

Comments
 (0)