Skip to content

Commit 57efd25

Browse files
committed
migrated all tests to phpunit 11.5
1 parent 3750b7e commit 57efd25

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

phpunit.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515
stopOnFailure="false"
1616
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
1717
>
18-
<coverage processUncoveredFiles="true">
19-
<include>
20-
<directory suffix=".php">./src</directory>
21-
</include>
18+
<coverage includeUncoveredFiles="true">
19+
<groups>
20+
<include>
21+
<group>Unit</group>
22+
<group>Integration</group>
23+
</include>
24+
</groups>
2225
<report>
2326
<clover outputFile="build/logs/clover.xml"/>
2427
</report>

0 commit comments

Comments
 (0)