Skip to content

[Form] fix violation mapper tests #17820

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
Feb 17, 2016
Merged

[Form] fix violation mapper tests #17820

merged 1 commit into from
Feb 17, 2016

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Feb 16, 2016

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

This takes into account the changes to the getErrors() in Symfony 2.5
(the method rturns a FormErrorIterator instead of an array) as well as
the fact that non-submitted forms do not accept errors since #10567
anymore.

This takes into account the changes to the `getErrors()` in Symfony 2.5
(the method rturns a `FormErrorIterator` instead of an array) as well as
the fact that non-submitted forms do not accept errors since symfony#10567
anymore.
@xabbuh
Copy link
Member Author

xabbuh commented Feb 16, 2016

ping @symfony/deciders

@weaverryan
Copy link
Member

👍 consistent with all of the other tests

@HeahDude
Copy link
Contributor

👍 thanks for fixing this

@fabpot
Copy link
Member

fabpot commented Feb 17, 2016

Thank you @xabbuh.

@fabpot fabpot merged commit f87558d into symfony:2.7 Feb 17, 2016
fabpot added a commit that referenced this pull request Feb 17, 2016
This PR was merged into the 2.7 branch.

Discussion
----------

[Form] fix violation mapper tests

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

This takes into account the changes to the `getErrors()` in Symfony 2.5
(the method rturns a `FormErrorIterator` instead of an array) as well as
the fact that non-submitted forms do not accept errors since #10567
anymore.

Commits
-------

f87558d [Form] fix violation mapper tests
@xabbuh xabbuh deleted the form-tests branch February 17, 2016 07:04
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.

5 participants