You are here

public static function SimpleLdapUserDeleteUserTestCase::getInfo in Simple LDAP 7

Same name and namespace in other branches
  1. 7.2 simple_ldap_user/simple_ldap_user.test \SimpleLdapUserDeleteUserTestCase::getInfo()

Inherited parent::getInfo().

File

simple_ldap_user/simple_ldap_user.test, line 1094
Tests for Simple LDAP User module.

Class

SimpleLdapUserDeleteUserTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Delete user',
    'description' => 'Tests that deleting a user in Drupal also deletes the user from LDAP.',
    'group' => 'Simple LDAP User',
  );
}