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