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 6c1284a commit c92f8a3Copy full SHA for c92f8a3
app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/Aggregation/Checker/Query/CatalogViewTest.php
@@ -138,7 +138,7 @@ public function testIsNotApplicable()
138
->willReturn($this->categoryMock);
139
$this->categoryMock->expects($this->once())
140
->method('getIsAnchor')
141
- ->willReturn(true);
142
- $this->assertTrue($this->catalogViewMock->isApplicable($this->requestMock));
+ ->willReturn(false);
+ $this->assertFalse($this->catalogViewMock->isApplicable($this->requestMock));
143
}
144
0 commit comments