Skip to content

Commit 7f5c7ba

Browse files
committed
migrated all tests to phpunit 11.5
1 parent 479f64c commit 7f5c7ba

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

phpunit.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
stopOnFailure="false"
1616
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
1717
>
18-
<coverage
19-
includeUncoveredFiles="true"
20-
pathCoverage="false"
21-
ignoreDeprecatedCodeUnits="false"
22-
disableCodeCoverageIgnore="false"
23-
>
24-
<report>
25-
<clover outputFile="build/logs/clover.xml"/>
26-
</report>
27-
</coverage>
2818
<testsuites>
2919
<testsuite name="Unit">
3020
<directory suffix="Test.php">./tests/Unit</directory>

0 commit comments

Comments
 (0)