public function ApachesolrProximityUnitTestCase::getExpected in Apache Solr Term Proximity 7
Same name and namespace in other branches
- 6.3 apachesolr_proximity.test \ApachesolrProximityUnitTestCase::getExpected()
Returns the expected parse array.
Return value
array The expected parse array.
2 calls to ApachesolrProximityUnitTestCase::getExpected()
- ApachesolrProximityUnitTestCase::testParseMultipleTermQuery in ./
apachesolr_proximity.test - Tests parsing a simple query with two terms.
- ApachesolrProximityUnitTestCase::testParsePhraseQuery in ./
apachesolr_proximity.test - Tests parsing a phrase from a search query.
File
- ./
apachesolr_proximity.test, line 76 - Contains ApachesolrProximityUnitTestCase.
Class
- ApachesolrProximityUnitTestCase
- Test cases for the Apache Solr Term Proximity API functions.
Code
public function getExpected() {
return $this->_expected;
}