You are here

function privatemsg_simpletest in Privatemsg 5.3

Same name and namespace in other branches
  1. 5 privatemsg.module \privatemsg_simpletest()

Implementation of hook_simpletest.

File

./privatemsg.module, line 2120

Code

function privatemsg_simpletest() {
  $dir = drupal_get_path('module', 'privatemsg') . '/tests';
  $tests = file_scan_directory($dir, '\\.test$');
  return array_keys($tests);
}