Skip to content

Commit d84a4a7

Browse files
committed
fixed phpunit
1 parent 7051210 commit d84a4a7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

phpunit.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit backupGlobals="false"
3-
backupStaticAttributes="false"
4-
bootstrap="vendor/autoload.php"
2+
<phpunit bootstrap="vendor/autoload.php"
53
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
94
processIsolation="false"
105
stopOnError="false"
116
stopOnFailure="false"
12-
verbose="true"
7+
backupGlobals="false"
138
>
149
<coverage>
1510
<include>

0 commit comments

Comments
 (0)