function coder_simpletest in Coder 6.2
Same name and namespace in other branches
- 6 coder.module \coder_simpletest()
Implementation of hook_simpletest().
File
- ./
coder.module, line 1919
Code
function coder_simpletest() {
return array_keys(file_scan_directory(drupal_get_path('module', 'coder') . '/tests', '\\.test'));
}