Skip to content

Commit cdb7325

Browse files
authored
Update phpunit.xml.dist
1 parent 9315db6 commit cdb7325

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

phpunit.xml.dist

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
<phpunit colors="true">
1+
<phpunit backupGlobals="false"
2+
backupStaticAttributes="false"
3+
cacheTokens="false"
4+
colors="true"
5+
convertErrorsToExceptions="true"
6+
convertNoticesToExceptions="true"
7+
convertWarningsToExceptions="true"
8+
stopOnError="false"
9+
stopOnFailure="false"
10+
stopOnIncomplete="false"
11+
stopOnSkipped="false"
12+
verbose="true">
213
<testsuites>
314
<testsuite name="Unit">
415
<directory>tests/phpunit/Unit</directory>
@@ -9,4 +20,4 @@
920
<directory suffix=".php">includes</directory>
1021
</whitelist>
1122
</filter>
12-
</phpunit>
23+
</phpunit>

0 commit comments

Comments
 (0)