public static function SimpleLdapSSOTestCase::getInfo in Simple LDAP 7
Same name and namespace in other branches
- 7.2 simple_ldap_sso/simple_ldap_sso.test \SimpleLdapSSOTestCase::getInfo()
Display information about this test case.
File
- simple_ldap_sso/
simple_ldap_sso.test, line 12 - Simple LDAP SSO module tests.
Class
- SimpleLdapSSOTestCase
- @file Simple LDAP SSO module tests.
Code
public static function getInfo() {
return array(
'name' => 'Single Sign-On',
'description' => 'Single-Sign-On Tests',
'group' => 'Simple LDAP SSO',
);
}