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" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
processIsolation="false" processIsolation="false"
stopOnFailure="false" stopOnFailure="false">
syntaxCheck="false">
<testsuites> <testsuites>
<testsuite name="Application Test Suite"> <testsuite name="Application Test Suite">
<directory>./tests/</directory> <directory>./tests/</directory>