( ! ) Warning: Undefined variable $namespace in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/test/ApiTestCase.tpl.php on line 3
Call Stack
#TimeMemoryFunctionLocation
10.0100359120{main}( ).../ApiTestCase.tpl.php:0
; use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\ApiTestCase; class
( ! ) Warning: Undefined variable $class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/test/ApiTestCase.tpl.php on line 7
Call Stack
#TimeMemoryFunctionLocation
10.0100359120{main}( ).../ApiTestCase.tpl.php:0
extends ApiTestCase { public function testSomething(): void { $response = static::createClient()->request('GET', '/'); $this->assertResponseIsSuccessful(); $this->assertJsonContains(['@id' => '/']); } }