summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/integration/lib/integrationtestpaging.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-12 11:25:50 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 16:04:56 +0200
commit3f5e76162d74701c35a31b5a611466dba93d9a04 (patch)
tree5dc6b119f48333057dc45e2c04ba5873c889dc67 /apps/user_ldap/tests/integration/lib/integrationtestpaging.php
parentb7fa5277915507622cc7043dc62998d849b8807d (diff)
downloadnextcloud-server-3f5e76162d74701c35a31b5a611466dba93d9a04.tar.gz
nextcloud-server-3f5e76162d74701c35a31b5a611466dba93d9a04.zip
Move lib\user to PSR-4
Diffstat (limited to 'apps/user_ldap/tests/integration/lib/integrationtestpaging.php')
-rw-r--r--apps/user_ldap/tests/integration/lib/integrationtestpaging.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/integration/lib/integrationtestpaging.php b/apps/user_ldap/tests/integration/lib/integrationtestpaging.php
index 2f7cc6a55a8..1de0a4d059b 100644
--- a/apps/user_ldap/tests/integration/lib/integrationtestpaging.php
+++ b/apps/user_ldap/tests/integration/lib/integrationtestpaging.php
@@ -21,7 +21,7 @@
namespace OCA\user_ldap\tests\integration\lib;
-use OCA\user_ldap\lib\user\Manager as LDAPUserManager;
+use OCA\User_LDAP\User\Manager as LDAPUserManager;
use OCA\user_ldap\tests\integration\AbstractIntegrationTest;
use OCA\User_LDAP\Mapping\UserMapping;
use OCA\User_LDAP\User_LDAP;