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 dc6703d commit b5c5333Copy full SHA for b5c5333
Tests/KernelTest.php
@@ -663,7 +663,7 @@ public function testKernelStartTimeIsResetWhileBootingAlreadyBootedKernel()
663
$this->assertGreaterThan($preReBoot, $kernel->getStartTime());
664
}
665
666
- public function testAnonymousKernelGeneratesValidContainerClass(): void
+ public function testAnonymousKernelGeneratesValidContainerClass()
667
{
668
$kernel = new class('test', true) extends Kernel {
669
public function registerBundles(): iterable
0 commit comments