8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2310b commit d84a2e4Copy full SHA for d84a2e4
tests/Symfony/Tests/Component/Validator/ValidatorTest.php
@@ -138,7 +138,7 @@ public function testValidate_groupSequenceProvider()
138
139
$violations = new ConstraintViolationList();
140
$violations->add(new ConstraintViolation(
141
- '',
+ 'Failed',
142
array(),
143
$entity,
144
'firstName',
@@ -151,7 +151,7 @@ public function testValidate_groupSequenceProvider()
151
152
153
154
155
156
157
'lastName',
0 commit comments