Skip to content

Commit ad096cf

Browse files
committed
migrated all tests to phpunit 11.5
1 parent 996d313 commit ad096cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

phpunit.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
failOnWarning="true"
1414
failOnRisky="true"
1515
stopOnFailure="false"
16-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
1717
>
1818
<coverage
1919
includeUncoveredFiles="true"
2020
pathCoverage="true"
21-
disableCodeCoverageIgnore="false"
22-
ignoreDeprecatedCodeUnits="false"
2321
>
24-
<include>
25-
<directory suffix=".php">src</directory>
26-
</include>
2722
<report>
2823
<clover outputFile="build/logs/clover.xml"/>
2924
</report>
3025
</coverage>
26+
<source>
27+
<include>
28+
<directory suffix=".php">src/</directory>
29+
</include>
30+
</source>
3131
<testsuites>
3232
<testsuite name="Unit">
3333
<directory suffix="Test.php">./tests/Unit</directory>

0 commit comments

Comments
 (0)