Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "syntaxCheck" config for PHPUnit #142

Merged
merged 1 commit into from
Aug 19, 2019

Conversation

phansys
Copy link
Member

@phansys phansys commented Aug 18, 2019

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.

@phansys phansys added the bug label Aug 18, 2019
@phansys phansys requested a review from hackzilla August 18, 2019 16:41
phansys added a commit that referenced this pull request Aug 19, 2019
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
@phansys phansys merged commit 8b45789 into hackzilla-project:master Aug 19, 2019
@phansys phansys deleted the phpunit_config branch August 19, 2019 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant