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