We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9315db6 commit cdb7325Copy full SHA for cdb7325
phpunit.xml.dist
@@ -1,4 +1,15 @@
1
-<phpunit colors="true">
+<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">
13
<testsuites>
14
<testsuite name="Unit">
15
<directory>tests/phpunit/Unit</directory>
@@ -9,4 +20,4 @@
20
<directory suffix=".php">includes</directory>
21
</whitelist>
22
</filter>
-</phpunit>
23
+</phpunit>
0 commit comments