public static function LdapUserUITests::getInfo in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_user/tests/ldap_user.test \LdapUserUITests::getInfo()
File
- ldap_user/
tests/ ldap_user.test, line 1209
Class
Code
public static function getInfo() {
return array(
'name' => 'LDAP User User Interface',
'description' => 'Test ldap user admin interface.',
'group' => 'LDAP User',
);
}