Add tests

This commit is contained in:
Jake Barnby
2023-11-28 00:30:02 +13:00
parent 0885f31dd7
commit 82dfe5ddee
4 changed files with 472 additions and 12 deletions
@@ -11,9 +11,4 @@ class ProjectsCustomServerTest extends Scope
{
use ProjectCustom;
use SideServer;
public function testMock()
{
$this->assertEquals(true, true);
}
}