Browse Source

Merge pull request #3518 from martinssipenko/phpunit-fix

Removed unused option
Graham Campbell 8 years ago
parent
commit
69c33f8928
1 changed files with 1 additions and 2 deletions
  1. 1 2
      phpunit.xml

+ 1 - 2
phpunit.xml

@@ -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>