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
commit 69c33f8928
1 changed files with 1 additions and 2 deletions

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>