public static function SimpleLdapUserSyncTestCase::getInfo in Simple LDAP 7.2
Same name and namespace in other branches
- 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
Code
public static function getInfo() {
return array(
'name' => 'User data synchronization',
'description' => 'Test data synchronization between LDAP and Drupal.',
'group' => 'Simple LDAP User',
);
}