Warning: Undefined variable $namespace in I:\www\picman\vendor\symfony\maker-bundle\templates\test\ApiTestCase.tpl.php on line 3
; use
Warning: Undefined variable $api_test_case_fqcn in I:\www\picman\vendor\symfony\maker-bundle\templates\test\ApiTestCase.tpl.php on line 5
; class
Warning: Undefined variable $class_name in I:\www\picman\vendor\symfony\maker-bundle\templates\test\ApiTestCase.tpl.php on line 7
extends ApiTestCase { public function testSomething(): void { $response = static::createClient()->request('GET', '/'); $this->assertResponseIsSuccessful(); $this->assertJsonContains(['@id' => '/']); } }