function locationmap_simpletest in Location Map 8.2
Same name and namespace in other branches
- 7.2 locationmap.module \locationmap_simpletest()
- 7 locationmap.module \locationmap_simpletest()
Implements hook_simpletest().
File
- ./
locationmap.module, line 207
Code
function locationmap_simpletest() {
// Scan through mymodule/tests directory for any .test files to tell SimpleTest module.
$tests = file_scan_directory(drupal_get_path('module', 'locationmap') . '/tests', '/\\.test/');
return array_keys($tests);
}