Notice: Undefined variable: namespace in /home/developer/public_html/elnashra_old/vendor/symfony/maker-bundle/src/Resources/skeleton/test/ApiTestCase.tpl.php on line 3
;
use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\ApiTestCase;
class
Notice: Undefined variable: class_name in /home/developer/public_html/elnashra_old/vendor/symfony/maker-bundle/src/Resources/skeleton/test/ApiTestCase.tpl.php on line 7
extends ApiTestCase
{
public function testSomething(): void
{
$response = static::createClient()->request('GET', '/');
$this->assertResponseIsSuccessful();
$this->assertJsonContains(['@id' => '/']);
}
}