You are here

function apachesolr_simpletest in Apache Solr Search 5

File

./apachesolr.module, line 825
Integration with the Apache Solr search application.

Code

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