We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc9ee3 commit 5ad4063Copy full SHA for 5ad4063
tests/Maker/MakeSubscriberTest.php
@@ -39,7 +39,7 @@ public function getTestDetails(): \Generator
39
);
40
41
self::assertStringContainsString(
42
- 'KernelEvents::REQUEST => \'onKernelRequest\'',
+ 'RequestEvent::class => \'onRequestEvent\'',
43
file_get_contents($runner->getPath('src/EventSubscriber/FooBarSubscriber.php'))
44
45
}),
0 commit comments