Skip to content

Commit 07c7ace

Browse files
committed
bugfix #142 Remove "syntaxCheck" config for PHPUnit (phansys)
This PR was merged into the master branch. Discussion ---------- |Q |A | |--- |--- | |Branch |master| |Bug fix? |yes | |New feature? |no | |BC breaks? |no | |Deprecations?|no | |Tests pass? |yes | |Fixed tickets|n/a | |License |MIT | |Doc PR |n/a | Fixes this warning: ``` PHPUnit 7.4.5 by Sebastian Bergmann and contributors. Warning - The configuration file did not pass validation! The following problems have been detected: Line 13: - Element 'phpunit', attribute 'syntaxCheck': The attribute 'syntaxCheck' is not allowed. ``` Commits ------- 8b45789 Remove "syntaxCheck" config for PHPUnit
2 parents d226ff2 + 8b45789 commit 07c7ace

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
bootstrap="Tests/bootstrap.php"
1312
>
1413
<php>

0 commit comments

Comments
 (0)