ria/system/Commands/Generators/Views/test.tpl.php
2024-09-11 08:54:25 +05:30

19 lines
248 B
PHP
Executable File

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