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