From 465fdee552512f733ebb4ec660f9118d22b6b320 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 2 Jun 2025 10:43:40 +0200 Subject: [PATCH] test: Fix autoloading Signed-off-by: provokateurin --- tests/bootstrap.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 6f710df16..5c461d186 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,5 +1,7 @@ addPsr4('Tests\\', OC::$SERVERROOT . '/tests/unit/', true); +require_once __DIR__ . '/../../../tests/autoload.php'; \OC_App::loadApp('circles');