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 4e95782 commit 0834fc2Copy full SHA for 0834fc2
Test/Integration/Product/MultiStoreReplicaTest.php
@@ -199,7 +199,7 @@ protected function resetAllSortings()
199
foreach ($stores as $store) {
200
$this->setConfig(
201
ConfigHelper::SORTING_INDICES,
202
- [
+ $this->serializer->serialize([
203
[
204
'attribute' => 'price',
205
'sort' => 'asc',
@@ -215,7 +215,7 @@ protected function resetAllSortings()
215
'sort' => 'desc',
216
'sortLabel' => 'Newest first'
217
]
218
- ],
+ ]),
219
$store->getCode()
220
);
221
}
0 commit comments