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 a047aca commit 952d12eCopy full SHA for 952d12e
app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Source/TableTest.php
@@ -317,7 +317,7 @@ public function testAddValueSortToCollection()
317
$attrOption->expects($this->once())->method('addOptionToCollection')
318
->with($collection, $this->abstractAttributeMock, $expr)
319
->willReturnSelf();
320
- $select->expects($this->once())->method('order')->with("{$attributeCode} {$dir}");
+ $select->expects($this->once())->method('order')->with("{$attributeCode}_order {$dir}");
321
322
$this->assertEquals($this->model, $this->model->addValueSortToCollection($collection, $dir));
323
}
0 commit comments