Commit 07c7ace
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 PHPUnit1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments