Skip to content

Commit f2002db

Browse files
committed
Updating PHPUnit
1 parent 044e888 commit f2002db

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

phpunit.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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/10.4/phpunit.xsd"
4-
bootstrap="vendor/autoload.php" executionOrder="depends,defects"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd"
4+
bootstrap="vendor/autoload.php"
5+
executionOrder="depends,defects"
56
beStrictAboutOutputDuringTests="true"
67
beStrictAboutTodoAnnotatedTests="true"
78
beStrictAboutTestsThatDoNotTestAnything="false"
@@ -10,6 +11,7 @@
1011
displayDetailsOnTestsThatTriggerErrors="true"
1112
displayDetailsOnTestsThatTriggerNotices="true"
1213
displayDetailsOnTestsThatTriggerWarnings="true"
14+
displayDetailsOnPhpunitDeprecations="true"
1315
failOnDeprecation="true"
1416
failOnNotice="true"
1517
failOnRisky="true"
@@ -19,7 +21,7 @@
1921
<directory suffix="Tests.php">tests</directory>
2022
</testsuite>
2123
</testsuites>
22-
<coverage includeUncoveredFiles="true" pathCoverage="true" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="true"/>
24+
<coverage pathCoverage="true" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="true"/>
2325
<source>
2426
<include>
2527
<directory suffix=".php">src</directory>

0 commit comments

Comments
 (0)