function ldap_api_simpletest in Lightweight Directory Access Protocol (LDAP) 6
Implementation of hook_simpletest().
File
- ./
ldap_api.module, line 165 - This this the main LDAP API module.
Code
function ldap_api_simpletest() {
$dir = drupal_get_path('module', 'ldap_api') . '/tests';
$tests = file_scan_directory($dir, '\\.test$');
return array_keys($tests);
}