( ! ) Warning: Undefined variable $namespace in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/test/KernelTestCase.tpl.php on line 3
Call Stack
#TimeMemoryFunctionLocation
10.0011362168{main}( ).../KernelTestCase.tpl.php:0
; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; class
( ! ) Warning: Undefined variable $class_name in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/test/KernelTestCase.tpl.php on line 7
Call Stack
#TimeMemoryFunctionLocation
10.0011362168{main}( ).../KernelTestCase.tpl.php:0
extends KernelTestCase { public function testSomething(): void { $kernel = self::bootKernel(); $this->assertSame('test', $kernel->getEnvironment()); //$routerService =
( ! ) Warning: Undefined variable $use_legacy_container_property in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/test/KernelTestCase.tpl.php on line 14
Call Stack
#TimeMemoryFunctionLocation
10.0011362168{main}( ).../KernelTestCase.tpl.php:0
static::getContainer()->get('router'); //$myCustomService =
( ! ) Warning: Undefined variable $use_legacy_container_property in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/test/KernelTestCase.tpl.php on line 15
Call Stack
#TimeMemoryFunctionLocation
10.0011362168{main}( ).../KernelTestCase.tpl.php:0
static::getContainer()->get(CustomService::class); } }