summaryrefslogtreecommitdiffstats
path: root/inc/user.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2025-11-26 10:46:51 +0100
committerSimon Rettberg2025-12-12 15:16:59 +0100
commit7c173411785f959d250d3dfbd7d4cfcb0e20f0e0 (patch)
tree242157791a76afb7af23ec2cd3d22b599e54ce9d /inc/user.inc.php
parent[exams] Fix incorrect count() clause (diff)
downloadslx-admin-7c173411785f959d250d3dfbd7d4cfcb0e20f0e0.tar.gz
slx-admin-7c173411785f959d250d3dfbd7d4cfcb0e20f0e0.tar.xz
slx-admin-7c173411785f959d250d3dfbd7d4cfcb0e20f0e0.zip
Add tests using PHPUnit
Tests generated by Junie AI. Might not have the best possible quality but at least we got something, and if it turns out to be complete rubbish, we can just throw it out again without any issues, as this is independent of the actual code base.
Diffstat (limited to 'inc/user.inc.php')
-rw-r--r--inc/user.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/user.inc.php b/inc/user.inc.php
index 088f12c6..ff367a7f 100644
--- a/inc/user.inc.php
+++ b/inc/user.inc.php
@@ -4,8 +4,6 @@ declare(strict_types=1);
use JetBrains\PhpStorm\NoReturn;
-require_once('inc/session.inc.php');
-
class User
{