You are here

public static function SimpleLdapUserSyncTestCase::getInfo in Simple LDAP 7.2

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

Inherited parent::getInfo().

File

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

Class

SimpleLdapUserSyncTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'User data synchronization',
    'description' => 'Test data synchronization between LDAP and Drupal.',
    'group' => 'Simple LDAP User',
  );
}