function google_appliance_simpletest in Google Search Appliance 5
Same name and namespace in other branches
- 6.2 google_appliance.module \google_appliance_simpletest()
File
- ./
google_appliance.module, line 557 - GSA integration
Code
function google_appliance_simpletest() {
$dir = drupal_get_path('module', 'google_appliance') . '/tests';
$tests = file_scan_directory($dir, '\\.test$');
return array_keys($tests);
}