From 5141cfbacdb41ad49271ba2ed7c254cf52118ad6 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 10 Jun 2025 17:52:24 +0200 Subject: [PATCH] chore(tests): cleanup bootstrap.php to be forward-compatible Signed-off-by: Daniel Kesselberg --- tests/bootstrap.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index caa5667a..39191a68 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,18 +1,20 @@ get(IAppManager::class)->loadApp('serverinfo'); -OC_Hook::clear(); +Server::get(IAppManager::class)->loadApp('serverinfo');