Skip to content

Commit a1a09ea

Browse files
committed
fixed bad merge
1 parent 8cb0767 commit a1a09ea

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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)