Skip to content

Commit e00e5ec

Browse files
committed
[Validator] Fixed failing test
1 parent cc0df0a commit e00e5ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Validator/Tests/ValidationVisitorTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ public function testValidateCascadedPropertyRecursesArraysByDefault()
459459
$violations = new ConstraintViolationList(array(
460460
// generated by the root object
461461
new ConstraintViolation(
462+
'Failed',
462463
'Failed',
463464
array(),
464465
'Root',
@@ -467,6 +468,7 @@ public function testValidateCascadedPropertyRecursesArraysByDefault()
467468
),
468469
// nothing generated by the reference!
469470
new ConstraintViolation(
471+
'Failed',
470472
'Failed',
471473
array(),
472474
'Root',

0 commit comments

Comments
 (0)