aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Settings
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-10-10 10:18:18 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-10-10 10:18:18 +0200
commitbdf4bf46698f3239b9552e2e8cc30501bfc5a399 (patch)
treebfaf2222aa0497ad5a9ec8f7933d387bb9692533 /apps/user_ldap/tests/Settings
parent1ba2b7e5d4d787c64d07ddbf8bfa1efd74cccaa9 (diff)
downloadnextcloud-server-bdf4bf46698f3239b9552e2e8cc30501bfc5a399.tar.gz
nextcloud-server-bdf4bf46698f3239b9552e2e8cc30501bfc5a399.zip
DI IConfig into ldap helper
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/user_ldap/tests/Settings')
-rw-r--r--apps/user_ldap/tests/Settings/AdminTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/Settings/AdminTest.php b/apps/user_ldap/tests/Settings/AdminTest.php
index 4ac5a14f58b..cd06b27f913 100644
--- a/apps/user_ldap/tests/Settings/AdminTest.php
+++ b/apps/user_ldap/tests/Settings/AdminTest.php
@@ -55,7 +55,7 @@ class AdminTest extends TestCase {
*/
public function testGetForm() {
- $helper = new Helper();
+ $helper = new Helper(\OC::$server->getConfig());
$prefixes = $helper->getServerConfigurationPrefixes();
$hosts = $helper->getServerConfigurationHosts();