You are here

function locationmap_simpletest in Location Map 7.2

Same name and namespace in other branches
  1. 8.2 locationmap.module \locationmap_simpletest()
  2. 7 locationmap.module \locationmap_simpletest()

Implements hook_simpletest().

File

./locationmap.module, line 408

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);
}