You are here

function sharedemail_simpletest in Shared Email 5

Same name and namespace in other branches
  1. 6 sharedemail.module \sharedemail_simpletest()

Implementation of hook_simpletest().

File

./sharedemail.module, line 95
Allows users to share an email address

Code

function sharedemail_simpletest() {
  $module_name = 'Shared E-mail';
  $dir = drupal_get_path('module', 'sharedemail') . '/tests';
  $tests = file_scan_directory($dir, '\\.test$');
  return array_keys($tests);
}