Skip to content

Commit 3cff915

Browse files
testwillnicolas-grekas
authored andcommitted
fix: typo
1 parent 507f489 commit 3cff915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Annotation/ContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function () { return new Context(...['context' => ['foo' => 'bar'], 'groups' =>
199199
DUMP
200200
];
201201

202-
yield 'named arguemnts: with groups option as array' => [
202+
yield 'named arguments: with groups option as array' => [
203203
function () { return new Context(...['context' => ['foo' => 'bar'], 'groups' => ['a', 'b']]); },
204204
<<<DUMP
205205
Symfony\Component\Serializer\Annotation\Context {

0 commit comments

Comments
 (0)