You are here

public static function SimpleLdapUserRegistrationTestCase::getInfo in Simple LDAP 7.2

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

Inherited parent::getInfo().

File

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

Class

SimpleLdapUserRegistrationTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'User registration',
    'description' => 'Test registration of user under different configurations.',
    'group' => 'Simple LDAP User',
  );
}