Skip to content

[Validator] Integrated the Translator in the Validator component #6137

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 12 commits into from
Jan 9, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Validator] Fixed failing test
  • Loading branch information
webmozart committed Jan 8, 2013
commit e00e5ecf4e65126da9994e6ffd17be09d52d29c8
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ public function testValidateCascadedPropertyRecursesArraysByDefault()
$violations = new ConstraintViolationList(array(
// generated by the root object
new ConstraintViolation(
'Failed',
'Failed',
array(),
'Root',
Expand All @@ -467,6 +468,7 @@ public function testValidateCascadedPropertyRecursesArraysByDefault()
),
// nothing generated by the reference!
new ConstraintViolation(
'Failed',
'Failed',
array(),
'Root',
Expand Down