|
|
|
|
@ -24,7 +24,7 @@ namespace OCA\user_ldap\tests\integration\lib; |
|
|
|
|
use OCA\user_ldap\lib\user\Manager as LDAPUserManager; |
|
|
|
|
use OCA\user_ldap\tests\integration\AbstractIntegrationTest; |
|
|
|
|
use OCA\User_LDAP\Mapping\UserMapping; |
|
|
|
|
use OCA\user_ldap\USER_LDAP; |
|
|
|
|
use OCA\User_LDAP\User_LDAP; |
|
|
|
|
|
|
|
|
|
require_once __DIR__ . '/../../../../../lib/base.php'; |
|
|
|
|
|
|
|
|
|
@ -32,7 +32,7 @@ class IntegrationTestUserHome extends AbstractIntegrationTest { |
|
|
|
|
/** @var UserMapping */ |
|
|
|
|
protected $mapping; |
|
|
|
|
|
|
|
|
|
/** @var USER_LDAP */ |
|
|
|
|
/** @var User_LDAP */ |
|
|
|
|
protected $backend; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
@ -46,7 +46,7 @@ class IntegrationTestUserHome extends AbstractIntegrationTest { |
|
|
|
|
$this->mapping = new UserMapping(\OC::$server->getDatabaseConnection()); |
|
|
|
|
$this->mapping->clear(); |
|
|
|
|
$this->access->setUserMapper($this->mapping); |
|
|
|
|
$this->backend = new \OCA\user_ldap\USER_LDAP($this->access, \OC::$server->getConfig()); |
|
|
|
|
$this->backend = new \OCA\User_LDAP\User_LDAP($this->access, \OC::$server->getConfig()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|