We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7db16c commit b6ef1b3Copy full SHA for b6ef1b3
app/code/Magento/Search/Test/Unit/Model/PopularSearchTermsTest.php
@@ -57,7 +57,8 @@ public function testIsCacheable()
57
$storeId = 1;
58
$pageSize = 35;
59
60
- $this->scopeConfigMock->expects($this->once())->method('getValue')
+ $this->scopeConfigMock->expects($this->exactly(2))
61
+ ->method('getValue')
62
->with(
63
PopularSearchTerms::XML_PATH_MAX_COUNT_CACHEABLE_SEARCH_TERMS,
64
ScopeInterface::SCOPE_STORE,
0 commit comments