You are here

public static function SimpleLdapUserUserOneLoginWebTestCase::getInfo in Simple LDAP 7.2

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

Inherited parent::getInfo().

File

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

Class

SimpleLdapUserUserOneLoginWebTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'User 1 login',
    'description' => 'Tests whether User 1 can log in, skipping LDAP authentication.',
    'group' => 'Simple LDAP User',
  );
}