added system

This commit is contained in:
dev-chiefworks
2024-09-01 23:43:50 -04:00
parent df3d016913
commit 558486d396
593 changed files with 114082 additions and 125 deletions
@@ -0,0 +1,18 @@
<@php
namespace {namespace};
use CodeIgniter\Test\CIUnitTestCase;
class {class} extends CIUnitTestCase
{
protected function setUp(): void
{
parent::setUp();
}
public function testExample(): void
{
//
}
}