/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
symfony
/
maker-bundle
/
src
/
Resources
/
skeleton
/
test
/
Upload File
HOME
<?= "<?php\n" ?> namespace <?= $namespace; ?>; use <?= $api_test_case_fqcn; ?>; class <?= $class_name ?> extends ApiTestCase { public function testSomething(): void { $response = static::createClient()->request('GET', '/'); $this->assertResponseIsSuccessful(); $this->assertJsonContains(['@id' => '/']); } }