Skip to content

Commit b9e607a

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

phpunit.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
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+
</coverage>
1825
<testsuites>
1926
<testsuite name="Unit">
2027
<directory suffix="Test.php">./tests/Unit</directory>

0 commit comments

Comments
 (0)