summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-07-03 16:10:00 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-07-03 18:00:16 +0200
commit43ebf0d1272de80007d016aacd8dcdefc318b78d (patch)
treef16ec80ebaf382629cdadef773c1dcb8d8e6d9e2
parent403deb2a33e6126d191fea93075b2ad72912a7bf (diff)
downloadnextcloud-server-43ebf0d1272de80007d016aacd8dcdefc318b78d.tar.gz
nextcloud-server-43ebf0d1272de80007d016aacd8dcdefc318b78d.zip
Fix unit test
-rw-r--r--tests/lib/appconfig.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/appconfig.php b/tests/lib/appconfig.php
index adff45706cc..5a2cb3f88fc 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())],
];
}