Skip to content

Commit f26bcaf

Browse files
authored
Update phpunit.xml
1 parent cfad418 commit f26bcaf

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

phpunit.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
backupGlobals="false"
4-
bootstrap="vendor/autoload.php"
5-
colors="true"
6-
processIsolation="false"
7-
stopOnFailure="false"
8-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
9-
cacheDirectory=".phpunit.cache"
10-
backupStaticProperties="false">
2+
<phpunit backupGlobals="false"
3+
bootstrap="vendor/autoload.php"
4+
colors="true"
5+
processIsolation="false"
6+
stopOnFailure="false"
7+
cacheDirectory=".phpunit.cache"
8+
backupStaticProperties="false">
119

1210
<source>
1311
<include>

0 commit comments

Comments
 (0)