Skip to content

Commit 2c551ca

Browse files
committed
improve
1 parent 1dfc378 commit 2c551ca

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

phpunit.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
34
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
bootstrap="vendor/autoload.php"
46
backupGlobals="false"
57
colors="true"
68
processIsolation="false"
79
stopOnFailure="true"
8-
bootstrap="vendor/autoload.php"
9-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
1010
cacheResult="false"
11-
backupStaticProperties="false">
11+
backupStaticProperties="false"
12+
testdox="true"
13+
stopOnDefect="true"
14+
displayDetailsOnTestsThatTriggerDeprecations="true"
15+
displayDetailsOnTestsThatTriggerErrors="true"
16+
displayDetailsOnTestsThatTriggerNotices="true"
17+
displayDetailsOnTestsThatTriggerWarnings="true"
18+
displayDetailsOnPhpunitDeprecations="true"
19+
>
1220
<source>
1321
<include>
1422
<directory suffix=".php">./src</directory>

0 commit comments

Comments
 (0)