From 8b60d81a217aa2610da8a818df23619795a58cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 20 May 2025 09:47:03 +0200 Subject: [PATCH] chore(tests): Cleanup bootstrap.php to be forward-compatible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- tests/bootstrap.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 519cadd02..ee99d2c69 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,11 +1,17 @@ addValidRoot(OC::$SERVERROOT . '/tests'); -\OC_App::loadApp('contacts'); +Server::get(IAppManager::class)->loadApp('contacts');