Projet

Général

Profil

Révision 32700c57

Ajouté par Assos Assos il y a environ 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_test/ldap_test.module
2 2

  
3 3
/**
4 4
 * @file
5
 * Module for the LDAP module testing
6
 *
5
 * Module for the LDAP module testing.
7 6
 */
8 7

  
9
define('LDAP_TEST_USER_ORPHAN_CLONE_COUNT', 7);  // number of cloned drupal users (clone0, clone1, etc) to make for tests
10
define('LDAP_TEST_USER_ORPHAN_CLONE_REMOVE_COUNT', 2); // number of cloned drupal users to delete in orphan check
8
// Number of cloned drupal users (clone0, clone1, etc) to make for tests.
9
define('LDAP_TEST_USER_ORPHAN_CLONE_COUNT', 7);
10
// Number of cloned drupal users to delete in orphan check.
11
define('LDAP_TEST_USER_ORPHAN_CLONE_REMOVE_COUNT', 2);
11 12
define('LDAP_TEST_LDAP_NAME', 'hogwarts');

Formats disponibles : Unified diff