8000 fixed bad merge · rubenrua/symfony@9ee6fc1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ee6fc1

Browse files
committed
fixed bad merge
1 parent b13a23f commit 9ee6fc1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -98,22 +98,11 @@ public function testValidChoiceCallbackFunction()
9898

9999
public function testValidChoiceCallbackClosure()
100100
{
101-
<<<<<<< HEAD
102-
$constraint = new Choice(
103-
[
104-
'callback' => function () {
105-
return ['foo', 'bar'];
106-
},
107-
]
108-
);
109-
=======
110101
$constraint = new Choice([
111-
'strict' => true,
112102
'callback' => function () {
113103
return ['foo', 'bar'];
114104
},
115105
]);
116-
>>>>>>> 3.4
117106

118107
$this->validator->validate('bar', $constraint);
119108

0 commit comments

Comments
 (0)
0