diff --git a/class/TestMgr.php b/class/TestMgr.php new file mode 100644 index 0000000..9374719 --- /dev/null +++ b/class/TestMgr.php @@ -0,0 +1,39 @@ +db = new \SleekDB\Store(TESTDB, DATADIR, ["timeout" => false]); + } + + // Get test by ID. + function getTest(string $testid): Test|null + { + + } +} \ No newline at end of file