Skip to content

Commit 8d3f42c

Browse files
authored
Update phpunit.xml
1 parent 8d3c4e2 commit 8d3f42c

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

phpunit.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="vendor/autoload.php"
3-
colors="true"
4-
stopOnFailure="false">
2+
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
backupGlobals="false"
5+
bootstrap="vendor/autoload.php"
6+
displayDetailsOnTestsThatTriggerErrors="true"
7+
displayDetailsOnTestsThatTriggerNotices="true"
8+
displayDetailsOnTestsThatTriggerWarnings="true"
9+
displayDetailsOnPhpunitDeprecations="false"
10+
failOnWarning="true"
11+
failOnRisky="true"
12+
stopOnFailure="false"
13+
colors="true"
14+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
15+
>
516
<coverage
617
includeUncoveredFiles="true"
718
pathCoverage="true"

0 commit comments

Comments
 (0)