Skip to content

Commit 70f73f1

Browse files
committed
Revert "Update phpunit.xml.dist"
This reverts commit cdb7325. Wrong place.
1 parent cdb7325 commit 70f73f1

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

phpunit.xml.dist

+2-13
Original file line numberDiff line numberDiff line change
@@ -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">
1+
<phpunit colors="true">
132
<testsuites>
143
<testsuite name="Unit">
154
<directory>tests/phpunit/Unit</directory>
@@ -20,4 +9,4 @@
209
<directory suffix=".php">includes</directory>
2110
</whitelist>
2211
</filter>
23-
</phpunit>
12+
</phpunit>

0 commit comments

Comments
 (0)