From 43ebf0d1272de80007d016aacd8dcdefc318b78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu> Date: Fri, 3 Jul 2015 16:10:00 +0200 Subject: [PATCH] Fix unit test --- tests/lib/appconfig.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lib/appconfig.php b/tests/lib/appconfig.php index adff45706c..5a2cb3f88f 100644 --- a/tests/lib/appconfig.php +++ b/tests/lib/appconfig.php @@ -68,7 +68,6 @@ class Test_Appconfig extends \Test\TestCase { public function getAppConfigs() { return [ - ['\OC_Appconfig'], [new \OC\AppConfig(\OC::$server->getDatabaseConnection())], ]; } -- GitLab