summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/jobs/cleanup.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/tests/jobs/cleanup.php')
-rw-r--r--apps/user_ldap/tests/jobs/cleanup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/jobs/cleanup.php b/apps/user_ldap/tests/jobs/cleanup.php
index f19c7cd8858..18d46071172 100644
--- a/apps/user_ldap/tests/jobs/cleanup.php
+++ b/apps/user_ldap/tests/jobs/cleanup.php
@@ -35,7 +35,7 @@ class Test_CleanUp extends \PHPUnit_Framework_TestCase {
->getMock();
$mocks['ocConfig'] = $this->getMock('\OCP\IConfig');
$mocks['db'] = $this->getMock('\OCP\IDBConnection');
- $mocks['helper'] = $this->getMock('\OCA\user_ldap\lib\Helper');
+ $mocks['helper'] = $this->getMock('\OCA\User_LDAP\Helper');
return $mocks;
}