Fix unit test

This commit is contained in:
Thomas Müller 2015-07-03 16:10:00 +02:00
parent 403deb2a33
commit 43ebf0d127

View file

@ -68,7 +68,6 @@ class Test_Appconfig extends \Test\TestCase {
public function getAppConfigs() {
return [
['\OC_Appconfig'],
[new \OC\AppConfig(\OC::$server->getDatabaseConnection())],
];
}