diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-09 16:52:10 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-09-12 16:48:11 +0200 |
commit | 01cf85e4e5e610bf667e4a55ff9647542aa926d1 (patch) | |
tree | 2e4f7902aac2b115833d104ab42369c9e5895343 /apps/user_ldap/tests | |
parent | a2668b11e58d1e6098d5c6c419594af8dee134ee (diff) | |
download | nextcloud-server-01cf85e4e5e610bf667e4a55ff9647542aa926d1.tar.gz nextcloud-server-01cf85e4e5e610bf667e4a55ff9647542aa926d1.zip |
Fix the User_LDAP app
Diffstat (limited to 'apps/user_ldap/tests')
-rw-r--r-- | apps/user_ldap/tests/AccessTest.php | 1 | ||||
-rw-r--r-- | apps/user_ldap/tests/Group_LDAPTest.php | 2 | ||||
-rw-r--r-- | apps/user_ldap/tests/User_LDAPTest.php | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/apps/user_ldap/tests/AccessTest.php b/apps/user_ldap/tests/AccessTest.php index 08e7c9f79f5..f89af2423a9 100644 --- a/apps/user_ldap/tests/AccessTest.php +++ b/apps/user_ldap/tests/AccessTest.php @@ -27,7 +27,6 @@ namespace OCA\User_LDAP\Tests; use OCA\User_LDAP\Access; -use OCA\User_LDAP\Connection; use OCA\User_LDAP\FilesystemHelper; use OCA\User_LDAP\ILDAPWrapper; use OCA\User_LDAP\LogWrapper; diff --git a/apps/user_ldap/tests/Group_LDAPTest.php b/apps/user_ldap/tests/Group_LDAPTest.php index 12f7eaa2256..17ed5909bfb 100644 --- a/apps/user_ldap/tests/Group_LDAPTest.php +++ b/apps/user_ldap/tests/Group_LDAPTest.php @@ -29,8 +29,6 @@ namespace OCA\User_LDAP\Tests; use OCA\User_LDAP\Group_LDAP as GroupLDAP; -use OCA\User_LDAP\Access; -use OCA\User_LDAP\Connection; use OCA\User_LDAP\ILDAPWrapper; /** diff --git a/apps/user_ldap/tests/User_LDAPTest.php b/apps/user_ldap/tests/User_LDAPTest.php index 0e08998d13b..f5ffb7f9907 100644 --- a/apps/user_ldap/tests/User_LDAPTest.php +++ b/apps/user_ldap/tests/User_LDAPTest.php @@ -32,8 +32,6 @@ use OCA\User_LDAP\FilesystemHelper; use OCA\User_LDAP\ILDAPWrapper; use OCA\User_LDAP\LogWrapper; use OCA\User_LDAP\User_LDAP as UserLDAP; -use \OCA\User_LDAP\Access; -use \OCA\User_LDAP\Connection; use OCP\IAvatarManager; use OCP\IConfig; use OCP\IDBConnection; |