Projet

Général

Profil

Paste
Télécharger (344 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ldap / ldap_test / ldap_test.module @ 32700c57

1
<?php
2

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

    
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);
12
define('LDAP_TEST_LDAP_NAME', 'hogwarts');