Browse Source

Removed unused option

Martins Sipenko 8 years ago
parent
commit
8ac73d90f2
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>