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