Skip to content
Snippets Groups Projects
Commit a6c5309e authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

LDAP: adjust test after refactoring

parent b10f7aaf
Branches
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ class Test_Group_Ldap extends UnitTestCase {
}
function testSingleBackend(){
OC_Group::useBackend(new OC_GROUP_LDAP());
$group_ldap = new OC_GROUP_LDAP();
OC_Group::useBackend(new OCA\user_ldap\GROUP_LDAP());
$group_ldap = new OCA\user_ldap\GROUP_LDAP();
$this->assertIsA(OC_Group::getGroups(),gettype(array()));
$this->assertIsA($group_ldap->getGroups(),gettype(array()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment