public static function SimpleLdapUserMassImportExportTestCase::getInfo in Simple LDAP 7
Same name and namespace in other branches
- 7.2 simple_ldap_user/simple_ldap_user.test \SimpleLdapUserMassImportExportTestCase::getInfo()
Inherited parent::getInfo().
File
- simple_ldap_user/
simple_ldap_user.test, line 1183 - Tests for Simple LDAP User module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Mass Import/Export',
'description' => 'Tests mass user import from LDAP, and export to LDAP.',
'group' => 'Simple LDAP User',
);
}