From 4999b964566a56bd1a0d2a73963a3a23b48b9072 Mon Sep 17 00:00:00 2001 From: thrillfall Date: Fri, 24 Feb 2023 16:02:07 +0100 Subject: [PATCH] register app into nextcloud service container we can run tests --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 2e36781..6195fb1 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -11,6 +11,6 @@ require_once __DIR__ . '/Helper/Writer/TestWriter.php'; OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests'); // Fix for "Autoload path not allowed: .../gpoddersync/tests/testcase.php" -OC_App::loadApp('gpoddersync'); +OC_App::loadApp('nextcloud-gpodder'); OC_Hook::clear();