8000 [Form] fix tests on old phpunit versions by nicolas-grekas · Pull Request #27338 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Form] fix tests on old phpunit versions #27338

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

Merged
merged 1 commit into from
May 22, 2018

Conversation

nicolas-grekas
Copy link
Member
Q A
Branch? 3.4
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

Should make appveyor green.

@nicolas-grekas nicolas-grekas added this to the 3.4 milestone May 22, 2018
@nicolas-grekas nicolas-grekas force-pushed the fix-appveyor branch 2 times, most recently from e5bd5ad to 162dabe Compare May 22, 2018 12:33
@nicolas-grekas nicolas-grekas merged commit 208d1d1 into symfony:3.4 May 22, 2018
nicolas-grekas added a commit that referenced this pull request May 22, 2018
This PR was merged into the 3.4 branch.

Discussion
----------

[Form] fix tests on old phpunit versions

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

Should make appveyor green.

Commits
-------

208d1d1 [Form] fix tests on old phpunit versions
@@ -60,5 +60,5 @@ public function getMaxDepth();
/**
* Merges an {@see AttributeMetadataInterface} with in the current one.
*/
public function merge(self $attributeMetadata);
public function merge(AttributeMetadataInterface $attributeMetadata);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the issue with this change is that PHP-CS-Fixer will revert it on any run.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true, but we look at tests before merging, don't we? :)

@nicolas-grekas nicolas-grekas deleted the fix-appveyor branch May 22, 2018 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0