ldap_test.module in Lightweight Directory Access Protocol (LDAP) 7.2
Same filename and directory in other branches
Module for the LDAP module testing.
File
ldap_test/ldap_test.moduleView source
<?php
/**
* @file
* Module for the LDAP module testing.
*/
// Number of cloned drupal users (clone0, clone1, etc) to make for tests.
define('LDAP_TEST_USER_ORPHAN_CLONE_COUNT', 7);
// Number of cloned drupal users to delete in orphan check.
define('LDAP_TEST_USER_ORPHAN_CLONE_REMOVE_COUNT', 2);
define('LDAP_TEST_LDAP_NAME', 'hogwarts');