diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-07-03 16:10:00 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-07-03 18:00:16 +0200 |
commit | 43ebf0d1272de80007d016aacd8dcdefc318b78d (patch) | |
tree | f16ec80ebaf382629cdadef773c1dcb8d8e6d9e2 | |
parent | 403deb2a33e6126d191fea93075b2ad72912a7bf (diff) | |
download | nextcloud-server-43ebf0d1272de80007d016aacd8dcdefc318b78d.tar.gz nextcloud-server-43ebf0d1272de80007d016aacd8dcdefc318b78d.zip |
Fix unit test
-rw-r--r-- | tests/lib/appconfig.php | 1 |
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())], ]; } |