public static function LdapUserUnitTests::getInfo in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_user/tests/ldap_user.test \LdapUserUnitTests::getInfo()
File
- ldap_user/
tests/ ldap_user.test, line 18
Class
Code
public static function getInfo() {
return array(
'name' => 'LDAP User Unit Tests',
'description' => 'Test functions outside of real contexts.',
'group' => 'LDAP User',
);
}