You are here

function phone_simpletest in Phone 7

Same name and namespace in other branches
  1. 6 phone.module \phone_simpletest()

Implementation of hook_simpletest().

File

./phone.module, line 294

Code

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