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 c8670b2 commit ea27437Copy full SHA for ea27437
app/code/Magento/Wishlist/Test/Unit/Model/Rss/WishlistTest.php
@@ -295,7 +295,7 @@ public function testIsAllowed()
295
->willReturn($customerServiceMock);
296
$customerServiceMock->expects($this->once())->method('getId')->willReturn($customerId);
297
298
- $this->scopeConfig->expects($this->once())->method('getValue')
+ $this->scopeConfig->expects($this->once())->method('isSetFlag')
299
->with('rss/wishlist/active', \Magento\Store\Model\ScopeInterface::SCOPE_STORE)
300
->will($this->returnValue(true));
301
0 commit comments