Skip to content

add XSD to PHPUnit configuration #11329

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

Closed
wants to merge 1 commit into from
Closed

Conversation

craue
Copy link
Contributor

@craue craue commented Jul 6, 2014

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets --
License MIT
Doc PR --

The syntax check functionality has been removed in PHPUnit 3.6 already. But there's no Composer constraint for PHPUnit, so you can never know which version will actually be used to run tests. Let me know what you think.

@fabpot
Copy link
Member

fabpot commented Jul 7, 2014

👍

@stof
Copy link
Member

stof commented Jul 7, 2014

@fabpot What about simplifying the phpunit config by avoiding to repeat the defaults ? The <phpunit> tag would then need only the bootstrap and colors parameters.

Otherwise, 👍 for adding the XSD

@fabpot
Copy link
Member

fabpot commented Jul 7, 2014

@stof I like being explicit, but as this file does not change that much over time, we can also remove the defaults. Can be done in another PR though.

@fabpot
Copy link
Member

fabpot commented Jul 7, 2014

Thank you @craue.

fabpot added a commit that referenced this pull request Jul 7, 2014
This PR was merged into the 2.3 branch.

Discussion
----------

add XSD to PHPUnit configuration

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | --
| License       | MIT
| Doc PR        | --

The syntax check functionality has been removed in PHPUnit 3.6 already. But there's no Composer constraint for PHPUnit, so you can never know which version will actually be used to run tests. Let me know what you think.

Commits
-------

84b5581 added XSD to PHPUnit configuration
@fabpot fabpot closed this Jul 7, 2014
fabpot added a commit that referenced this pull request Jul 8, 2014
This PR was merged into the 2.3 branch.

Discussion
----------

remove defaults from PHPUnit configuration

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | --
| License       | MIT
| Doc PR        | --

Follow-up to #11329.

Commits
-------

afc4930 removed defaults from PHPUnit configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants