Skip to content

Commit b650965

Browse files
committed
migrated all tests to phpunit 11.5
1 parent d10b982 commit b650965

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
gd,
7070
bcmath,
7171
curl,
72-
dom
72+
dom,
73+
xdebug
7374
coverage: xdebug
7475

7576
- name: Debug info

phpunit.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
1717
>
1818
<coverage includeUncoveredFiles="true">
19+
<source>
20+
<directory suffix=".php">src</directory>
21+
</source>
1922
<report>
2023
<clover outputFile="build/logs/clover.xml"/>
2124
</report>

0 commit comments

Comments
 (0)