From dbed288e2d1204b3b412e8047d6d2318f75a9382 Mon Sep 17 00:00:00 2001 From: Epagris Date: Wed, 25 Sep 2024 09:23:52 +0200 Subject: [PATCH] - TestMgr added --- class/TestMgr.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 class/TestMgr.php 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