Skip to content

Commit c5c1f41

Browse files
committed
update phpunit.xml attributes
1 parent ab71493 commit c5c1f41

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

phpunit.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php"
3-
colors="true" stopOnFailure="false" beStrictAboutTestsThatDoNotTestAnything="true"
4-
beStrictAboutTodoAnnotatedTests="true" testdox="true"
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
bootstrap="vendor/autoload.php"
4+
colors="true"
5+
stopOnFailure="false"
6+
beStrictAboutTestsThatDoNotTestAnything="true"
7+
testdox="true"
58
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
6-
cacheDirectory=".phpunit.cache" displayDetailsOnTestsThatTriggerDeprecations="true"
7-
failOnWarning="true">
9+
cacheDirectory=".phpunit.cache"
10+
displayDetailsOnTestsThatTriggerDeprecations="true"
11+
failOnWarning="true"
12+
displayDetailsOnPhpunitDeprecations="true">
813
<testsuites>
914
<testsuite name="Units">
1015
<directory>test/Unit</directory>

0 commit comments

Comments
 (0)