Skip to content

Commit b6ef1b3

Browse files
authored
Test 4
1 parent d7db16c commit b6ef1b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Search/Test/Unit/Model/PopularSearchTermsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public function testIsCacheable()
5757
$storeId = 1;
5858
$pageSize = 35;
5959

60-
$this->scopeConfigMock->expects($this->once())->method('getValue')
60+
$this->scopeConfigMock->expects($this->exactly(2))
61+
->method('getValue')
6162
->with(
6263
PopularSearchTerms::XML_PATH_MAX_COUNT_CACHEABLE_SEARCH_TERMS,
6364
ScopeInterface::SCOPE_STORE,

0 commit comments

Comments
 (0)