You are here

public static function DrupalSolrFilterSubQueryTests::getInfo in Apache Solr Search 8

Same name and namespace in other branches
  1. 6.3 tests/solr_base_subquery.test \DrupalSolrFilterSubQueryTests::getInfo()
  2. 7 tests/solr_base_subquery.test \DrupalSolrFilterSubQueryTests::getInfo()

File

tests/solr_base_subquery.test, line 9
Unit tests for subquery object methods.

Class

DrupalSolrFilterSubQueryTests
@file Unit tests for subquery object methods.

Code

public static function getInfo() {
  return array(
    'name' => 'SolrFilterSubQuery Unit tests',
    'description' => 'Unit Tests for subqueries.',
    'group' => 'ApacheSolr',
  );
}