You are here

function DrupalSolrMatchTestCase::testMatching in Apache Solr Search 6.2

Same name and namespace in other branches
  1. 8 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::testMatching()
  2. 6.3 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::testMatching()
  3. 6 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::testMatching()
  4. 7 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::testMatching()

Test search indexing.

File

tests/solr_index_and_search.test, line 30
Tests for the apachsolr module: index and search.

Class

DrupalSolrMatchTestCase
@file Tests for the apachsolr module: index and search.

Code

function testMatching() {
  $this
    ->_setup();
  $this
    ->_testQueries();
}