Skip to content

Commit 995f5e3

Browse files
author
symfonyaml
committed
Fix comment methods name
1 parent 1acb6e0 commit 995f5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function testInvalidChoiceCallbackContextMethod()
201201
{
202202
$this->expectException(ConstraintDefinitionException::class);
203203
$this->expectExceptionMessage('The Choice constraint expects the callback to return an iterable value, got null.');
204-
// search $this for "staticCallbackIterable"
204+
// search $this for "staticCallbackInvalid"
205205
$this->setObject($this);
206206

207207
$constraint = new Choice(['callback' => 'staticCallbackInvalid']);

0 commit comments

Comments
 (0)