8000 [Validator] Updated test expectations · symfony/symfony@d84a2e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit d84a2e4

Browse files
committed
[Validator] Updated test expectations
1 parent 9f2310b commit d84a2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Symfony/Tests/Component/Validator/ValidatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function testValidate_groupSequenceProvider()
138138

139139
$violations = new ConstraintViolationList();
140140
$violations->add(new ConstraintViolation(
141-
'',
141+
'Failed',
142142
array(),
143143
$entity,
144144
'firstName',
@@ -151,7 +151,7 @@ public function testValidate_groupSequenceProvider()
151151

152152
$violations = new ConstraintViolationList();
153153
$violations->add(new ConstraintViolation(
154-
'',
154+
'Failed',
155155
array(),
156156
$entity,
157157
'lastName',

0 commit comments

Comments
 (0)
0