8000 adjust make:subscriber test · symfony/maker-bundle@5ad4063 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ad4063

Browse files
committed
adjust make:subscriber test
1 parent fdc9ee3 commit 5ad4063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Maker/MakeSubscriberTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function getTestDetails(): \Generator
3939
);
4040

4141
self::assertStringContainsString(
42-
'KernelEvents::REQUEST => \'onKernelRequest\'',
42+
'RequestEvent::class => \'onRequestEvent\'',
4343
file_get_contents($runner->getPath('src/EventSubscriber/FooBarSubscriber.php'))
4444
);
4545
}),

0 commit comments

Comments
 (0)
0