Fixed phpunit config

This commit is contained in:
Graham Campbell
2015-02-15 13:45:19 +00:00
parent b386546947
commit 1bade9465e

View File

@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
@@ -10,7 +12,6 @@
stopOnError="false"
stopOnFailure="false"
syntaxCheck="true"
strict="true"
verbose="true"
>
<testsuites>