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

Commit

Permalink
Fix: Sort attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 19, 2015
1 parent c5c9d20 commit ae253e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
backupGlobals="false"
bootstrap="./module/Application/test/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
verbose="true"
stopOnFailure="false"
processIsolation="false"
backupGlobals="false"
stopOnFailure="false"
verbose="true"
>
<testsuite name="Test all modules">
<directory>./module/Application/test/ApplicationTest</directory>
Expand Down

0 comments on commit ae253e4

Please sign in to comment.