( ! ) Warning: Undefined variable $namespace in /var/www/html/vendor/symfony/maker-bundle/src/Resources/skeleton/test/KernelTestCase.tpl.php on line 3
Call Stack
#TimeMemoryFunctionLocation
10.0003362384{main}( ).../KernelTestCase.tpl.php:0
; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; class
( ! ) Warning: Undefined variable $class_name in /var/www/html/vendor/symfony/maker-bundle/src/Resources/skeleton/test/KernelTestCase.tpl.php on line 7
Call Stack
#TimeMemoryFunctionLocation
10.0003362384{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 /var/www/html/vendor/symfony/maker-bundle/src/Resources/skeleton/test/KernelTestCase.tpl.php on line 14
Call Stack
#TimeMemoryFunctionLocation
10.0003362384{main}( ).../KernelTestCase.tpl.php:0
static::getContainer()->get('router'); // $myCustomService =
( ! ) Warning: Undefined variable $use_legacy_container_property in /var/www/html/vendor/symfony/maker-bundle/src/Resources/skeleton/test/KernelTestCase.tpl.php on line 15
Call Stack
#TimeMemoryFunctionLocation
10.0003362384{main}( ).../KernelTestCase.tpl.php:0
static::getContainer()->get(CustomService::class); } }