ldap_test.module in Lightweight Directory Access Protocol (LDAP) 8.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
*
*/
define('LDAP_TEST_USER_ORPHAN_CLONE_COUNT', 7);
// number of cloned drupal users (clone0, clone1, etc) to make for tests
define('LDAP_TEST_USER_ORPHAN_CLONE_REMOVE_COUNT', 2);
// number of cloned drupal users to delete in orphan check
define('LDAP_TEST_LDAP_NAME', 'hogwarts');
Constants
Name | Description |
---|---|
LDAP_TEST_LDAP_NAME | |
LDAP_TEST_USER_ORPHAN_CLONE_COUNT | @file Module for the LDAP module testing |
LDAP_TEST_USER_ORPHAN_CLONE_REMOVE_COUNT |