Skip to content

Commit d077b06

Browse files
committed
Make integration test work without pro version
1 parent a53e1c7 commit d077b06

File tree

1 file changed

+1
-0
lines changed
  • src/app/code/community/IntegerNet/Solr/Test/Model/Indexer

1 file changed

+1
-0
lines changed

src/app/code/community/IntegerNet/Solr/Test/Model/Indexer/Product.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public function searchFor($queryText)
6767
$applicationContext = $factory->getApplicationContext();
6868
$applicationContext->setFuzzyConfig($factory->getCurrentStoreConfig()->getFuzzySearchConfig());
6969
$applicationContext->setQuery($queryStub);
70+
$applicationContext->setPagination(new \IntegerNet\Solr\Request\SinglePage(2));
7071
$searchRequestFactory = new \IntegerNet\Solr\Request\SearchRequestFactory(
7172
$applicationContext,
7273
$factory->getSolrResource(),

0 commit comments

Comments
 (0)