We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0df0a commit e00e5ecCopy full SHA for e00e5ec
src/Symfony/Component/Validator/Tests/ValidationVisitorTest.php
@@ -459,6 +459,7 @@ public function testValidateCascadedPropertyRecursesArraysByDefault()
459
$violations = new ConstraintViolationList(array(
460
// generated by the root object
461
new ConstraintViolation(
462
+ 'Failed',
463
'Failed',
464
array(),
465
'Root',
@@ -467,6 +468,7 @@ public function testValidateCascadedPropertyRecursesArraysByDefault()
467
468
),
469
// nothing generated by the reference!
470
471
472
473
474
0 commit comments