You are here

public static function SimpleLdapRoleCreateDrupalRoleTestCase::getInfo in Simple LDAP 7

Same name and namespace in other branches
  1. 7.2 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

SimpleLdapRoleCreateDrupalRoleTestCase

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',
  );
}