( ! ) Warning: Undefined variable $namespace in /work/home/rbenmimo/www/TP3-rbenmimo/vendor/symfony/maker-bundle/src/Resources/skeleton/test/ApiTestCase.tpl.php on line 3
Call Stack
#TimeMemoryFunctionLocation
10.0012360968{main}( ).../ApiTestCase.tpl.php:0
; use
( ! ) Warning: Undefined variable $api_test_case_fqcn in /work/home/rbenmimo/www/TP3-rbenmimo/vendor/symfony/maker-bundle/src/Resources/skeleton/test/ApiTestCase.tpl.php on line 5
Call Stack
#TimeMemoryFunctionLocation
10.0012360968{main}( ).../ApiTestCase.tpl.php:0
; class
( ! ) Warning: Undefined variable $class_name in /work/home/rbenmimo/www/TP3-rbenmimo/vendor/symfony/maker-bundle/src/Resources/skeleton/test/ApiTestCase.tpl.php on line 7
Call Stack
#TimeMemoryFunctionLocation
10.0012360968{main}( ).../ApiTestCase.tpl.php:0
extends ApiTestCase { public function testSomething(): void { $response = static::createClient()->request('GET', '/'); $this->assertResponseIsSuccessful(); $this->assertJsonContains(['@id' => '/']); } }