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 85ad3d82 Assos Assos
<?php
2
3
/**
4
 * @file
5 32700c57 Assos Assos
 * Module for the LDAP module testing.
6 85ad3d82 Assos Assos
 */
7
8 32700c57 Assos Assos
// 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 85ad3d82 Assos Assos
define('LDAP_TEST_LDAP_NAME', 'hogwarts');