Files
MermsiCare/system/Commands/Generators/Views/test.tpl.php
T
CHIEFSOFT\ameye d468215184 first commit
2024-08-19 16:02:29 -04:00

19 lines
248 B
PHP

<@php
namespace {namespace};
use CodeIgniter\Test\CIUnitTestCase;
class {class} extends CIUnitTestCase
{
protected function setUp(): void
{
parent::setUp();
}
public function testExample(): void
{
//
}
}