public static function LdapAuthorizationOg2Tests::getInfo in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_authorization/tests/Og2Tests.test \LdapAuthorizationOg2Tests::getInfo()
- 7 ldap_authorization/tests/Og/Og2.test \LdapAuthorizationOg2Tests::getInfo()
File
- ldap_authorization/
tests/ Og2Tests.test, line 40
Class
- LdapAuthorizationOg2Tests
- Simpletest for Ldap Authorization OG Module, for og 7.x-2.x.
Code
public static function getInfo() {
return [
'group' => 'LDAP Authorization',
'name' => 'OG 7.x-2.x Tests.',
'description' => 'Test ldap authorization og 2.',
];
}