diff options
Diffstat (limited to 'apps/user_ldap/tests/WizardTest.php')
-rw-r--r-- | apps/user_ldap/tests/WizardTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/WizardTest.php b/apps/user_ldap/tests/WizardTest.php index 3aefa8779a2..af3b692c7dd 100644 --- a/apps/user_ldap/tests/WizardTest.php +++ b/apps/user_ldap/tests/WizardTest.php @@ -70,7 +70,7 @@ class WizardTest extends \Test\TestCase { $um = $this->getMockBuilder('\OCA\User_LDAP\User\Manager') ->disableOriginalConstructor() ->getMock(); - $helper = new \OCA\User_LDAP\Helper(); + $helper = new \OCA\User_LDAP\Helper(\OC::$server->getConfig()); $access = $this->getMock('\OCA\User_LDAP\Access', $accMethods, array($connector, $lw, $um, $helper)); |