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