function DrupalSolrMatchTestCase::testMatching in Apache Solr Search 6
Same name and namespace in other branches
- 8 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::testMatching()
- 6.3 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::testMatching()
- 6.2 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::testMatching()
- 7 tests/solr_index_and_search.test \DrupalSolrMatchTestCase::testMatching()
Test search indexing.
File
- tests/
solr_index_and_search.test, line 33 - 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();
}