summaryrefslogtreecommitdiff
path: root/tests/userman.php
diff options
context:
space:
mode:
authorGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2026-07-12 15:51:52 +0300
committerGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2026-07-12 15:51:52 +0300
commit02608271bb2a9f3a65ed536984d306ee14b48e34 (patch)
tree3f23ec48a694ec014e845c4f70d9b5f1c065403c /tests/userman.php
downloadkalassa-master.tar.gz
kalassa-master.tar.bz2
kalassa-master.zip
initialize repository; add docker config; migrate configuration to new specsHEADmaster
Diffstat (limited to 'tests/userman.php')
-rwxr-xr-xtests/userman.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/userman.php b/tests/userman.php
new file mode 100755
index 0000000..3474a39
--- /dev/null
+++ b/tests/userman.php
@@ -0,0 +1,27 @@
+<?php
+namespace tests;
+
+//use UserManager;
+use app\controllers\Classroom_user as CU;
+
+
+//$a = new UserManager();
+//
+$u = new CU();
+
+
+
+/*
+class ClassroomUserManager extends UserManager
+{
+
+ private $user_identifier = 'email'; // identifing user field (username, email, etc )
+
+ public function __construct()
+ {
+ parent::__construct();
+ }
+}
+
+$u = new ClassroomUserManager();
+*/ \ No newline at end of file