mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
removed syntaxCheck (throws error) https://stackoverflow.com/questions/44328114/phpunit-what-does-syntaxcheck-configuration-parameter-stands-for-exactly/44331140#44331140
This commit is contained in:
+1
-2
@@ -9,8 +9,7 @@
|
|||||||
convertNoticesToExceptions="true"
|
convertNoticesToExceptions="true"
|
||||||
convertWarningsToExceptions="true"
|
convertWarningsToExceptions="true"
|
||||||
processIsolation="false"
|
processIsolation="false"
|
||||||
stopOnFailure="false"
|
stopOnFailure="false">
|
||||||
syntaxCheck="false">
|
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="SimpleRouter Test Suite">
|
<testsuite name="SimpleRouter Test Suite">
|
||||||
<directory>tests/Pecee/SimpleRouter/</directory>
|
<directory>tests/Pecee/SimpleRouter/</directory>
|
||||||
|
|||||||
Reference in New Issue
Block a user