You are here

function google_appliance_simpletest in Google Search Appliance 6.2

Same name and namespace in other branches
  1. 5 google_appliance.module \google_appliance_simpletest()

Implementation of hook_simpletest().

File

./google_appliance.module, line 1527
Google Search Appliance (GSA) / Google Mini integration

Code

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