We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3c4e2 commit 8d3f42cCopy full SHA for 8d3f42c
1 file changed
phpunit.xml
@@ -1,7 +1,18 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<phpunit bootstrap="vendor/autoload.php"
3
- colors="true"
4
- stopOnFailure="false">
+<phpunit
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ 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
+>
16
<coverage
17
includeUncoveredFiles="true"
18
pathCoverage="true"
0 commit comments