Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 8b2b5b0

Browse files
committed
Fix: Sort attributes
1 parent 5063d31 commit 8b2b5b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpunit.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
5+
backupGlobals="false"
56
bootstrap="./module/Application/test/bootstrap.php"
67
colors="true"
78
convertErrorsToExceptions="true"
89
convertNoticesToExceptions="true"
910
convertWarningsToExceptions="true"
10-
verbose="true"
11-
stopOnFailure="false"
1211
processIsolation="false"
13-
backupGlobals="false"
12+
stopOnFailure="false"
13+
verbose="true"
1414
>
1515
<testsuite name="Test all modules">
1616
<directory>./module/Application/test/ApplicationTest</directory>

0 commit comments

Comments
 (0)