/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
symfony
/
maker-bundle
/
src
/
Resources
/
skeleton
/
test
/
Upload File
HOME
<?php /* @deprecated remove this method when removing make:unit-test and make:functional-test */ ?> <?= "<?php\n" ?> namespace <?= $namespace; ?>; use PHPUnit\Framework\TestCase; class <?= $class_name ?> extends TestCase { public function testSomething(): void { $this->assertTrue(true); } }