public static function SimpleLdapRoleCreateDrupalRoleTestCase::getInfo in Simple LDAP 7.2
Same name and namespace in other branches
- 7 simple_ldap_role/simple_ldap_role.test \SimpleLdapRoleCreateDrupalRoleTestCase::getInfo()
Inherited parent::getInfo().
File
- simple_ldap_role/
simple_ldap_role.test, line 78 - Tests for Simple LDAP Role module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Create Drupal Role',
'description' => 'Tests that LDAP groups are created appropriately when a Drupal role is created.',
'group' => 'Simple LDAP Role',
);
}