function kml_simpletest in KML 6
Same name and namespace in other branches
- 5 kml.module \kml_simpletest()
Implementation of hook_simpletest().
File
- ./
kml.module, line 61 - KML Module
Code
function kml_simpletest() {
return array_keys(file_scan_directory(drupal_get_path('module', 'kml') . '/tests', '\\.test$'));
}