Skip to content

Commit b492022

Browse files
committed
with test update
1 parent b5c4031 commit b492022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public static function provideRouteMapping(): iterable
326326

327327
yield [
328328
[
329-
'conference' => 'vienna-2024',
329+
'conference' => ['slug' => 'vienna-2024'],
330330
],
331331
[
332332
'slug' => 'vienna-2024',

0 commit comments

Comments
 (0)