Skip to content

Commit 909ebda

Browse files
committed
MAGETWO-51447: CatalogSearch Fulltext Collection not allows to use filters with multiple values
- Use ::class notation instead of string literal
1 parent dcc1086 commit 909ebda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Test/Unit/Model/Search/TableMapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function ($table) {
119119
->method('getStore')
120120
->willReturn($this->store);
121121
$this->attributeCollection = $this->getMockBuilder(
122-
'\Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection'
122+
\Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection::class
123123
)
124124
->disableOriginalConstructor()
125125
->getMock();

0 commit comments

Comments
 (0)