function privatemsg_simpletest in Privatemsg 5
Same name and namespace in other branches
- 5.3 privatemsg.module \privatemsg_simpletest()
Implementation of hook_simpletest.
File
- ./
privatemsg.module, line 2137
Code
function privatemsg_simpletest() {
$dir = drupal_get_path('module', 'privatemsg') . '/tests';
$tests = file_scan_directory($dir, '\\.test$');
return array_keys($tests);
}