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 dcc1086 commit 909ebdaCopy full SHA for 909ebda
app/code/Magento/CatalogSearch/Test/Unit/Model/Search/TableMapperTest.php
@@ -119,7 +119,7 @@ function ($table) {
119
->method('getStore')
120
->willReturn($this->store);
121
$this->attributeCollection = $this->getMockBuilder(
122
- '\Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection'
+ \Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection::class
123
)
124
->disableOriginalConstructor()
125
->getMock();
0 commit comments