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 48fbe83 commit 312f7f4Copy full SHA for 312f7f4
app/code/Magento/CatalogSearch/Test/Unit/Model/Search/QueryChecker/FullTextSearchCheckTest.php
@@ -75,7 +75,7 @@ public function testInvalidArgumentException2()
75
->method('getReferenceType')
76
->willReturn('42');
77
78
- $this->fullTextSearchCheck->check($filterMock);
+ $this->fullTextSearchCheck->isRequiredForQuery($filterMock);
79
}
80
81
public function positiveDataProvider()
0 commit comments