| Current Path : /opt/nginxhttpd_/vendor/symfony/maker-bundle/src/Resources/skeleton/test/ |
| Current File : //opt/nginxhttpd_/vendor/symfony/maker-bundle/src/Resources/skeleton/test/Unit.tpl.php |
<?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);
}
}