Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commitfd33367
committed
minor#17820 [Form] fix violation mapper tests (xabbuh)
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 asthe fact that non-submitted forms do not accept errors since#10567anymore.Commits-------f87558d [Form] fix violation mapper testsFile tree
1 file changed
+3
-1
lines changed- src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1552 | 1552 | | |
1553 | 1553 | | |
1554 | 1554 | | |
| 1555 | + | |
| 1556 | + | |
1555 | 1557 | | |
1556 | 1558 | | |
1557 | 1559 | | |
1558 | 1560 | | |
1559 | 1561 | | |
1560 | 1562 | | |
1561 | | - | |
| 1563 | + | |
1562 | 1564 | | |
1563 | 1565 | | |
0 commit comments
Comments
(0)