Skip to content

Commit 5cff89e

Browse files
committed
Addressing phpunit changes between v10 and 12.
1 parent be15f9a commit 5cff89e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

phpunit.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
executionOrder="depends,defects"
66
beStrictAboutOutputDuringTests="true"
7-
beStrictAboutTodoAnnotatedTests="true"
87
beStrictAboutTestsThatDoNotTestAnything="false"
98
colors="true"
109
displayDetailsOnTestsThatTriggerDeprecations="true"
@@ -24,7 +23,7 @@
2423
<coverage pathCoverage="true" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="true"/>
2524
<source>
2625
<include>
27-
<directory suffix=".php">src</directory>
26+
<directory>src</directory>
2827
</include>
2928
</source>
3029
</phpunit>

0 commit comments

Comments
 (0)