You are here

private function DrupalSolrFilterSubQueryTests::_apachesolr_drupal_subquery in Apache Solr Search 8

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

File

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

Class

DrupalSolrFilterSubQueryTests
@file Unit tests for subquery object methods.

Code

private function _apachesolr_drupal_subquery($operator = 'OR') {
  return new SolrFilterSubQuery($operator);
}