Merge pull request #3518 from martinssipenko/phpunit-fix

Removed unused option
This commit is contained in:
Graham Campbell
2015-10-07 14:09:15 +01:00

View File

@@ -7,8 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
stopOnFailure="false">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>