aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-03-06 15:58:19 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2024-04-22 12:19:01 +0200
commit733a81813946d3d00bb403f6f4afaa1f177003a6 (patch)
tree65307f344a2beee120d625dab7817452e95dd4e9 /tests
parent0e7bac72ae9e6096fe79c460bc2ef963619aa226 (diff)
downloadnextcloud-server-733a81813946d3d00bb403f6f4afaa1f177003a6.tar.gz
nextcloud-server-733a81813946d3d00bb403f6f4afaa1f177003a6.zip
fix: Migrate a few more classes away from OC_App::getAppPath
Also fixed AppTest Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/AppTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/AppTest.php b/tests/lib/AppTest.php
index 4e723e5d2f1..06331700737 100644
--- a/tests/lib/AppTest.php
+++ b/tests/lib/AppTest.php
@@ -560,7 +560,6 @@ class AppTest extends \Test\TestCase {
$this->overwriteService(AppManager::class, new AppManager(
\OC::$server->getUserSession(),
\OC::$server->getConfig(),
- $appConfig,
\OC::$server->getGroupManager(),
\OC::$server->getMemCacheFactory(),
\OC::$server->get(IEventDispatcher::class),