Skip to content
Snippets Groups Projects
Commit 8ef687d3 authored by Maxim Medinskiy's avatar Maxim Medinskiy
Browse files

MAGETWO-49939: Merchant can't assign CMS Page to few storeviews

parent fb58dc21
No related merge requests found
......@@ -124,14 +124,11 @@ class CollectionTest extends AbstractCollectionTest
new \Magento\Framework\DataObject(['id' => 1, 'row_id' => 1]),
[
['row_id' => 1, 'store_id' => \Magento\Store\Model\Store::DEFAULT_STORE_ID],
['row_id' => 2, 'store_id' => 1],
['row_id' => 2, 'store_id' => 2],
],
],
[
new \Magento\Framework\DataObject(['id' => 2, 'row_id' => 2]),
[
['row_id' => 1, 'store_id' => \Magento\Store\Model\Store::DEFAULT_STORE_ID],
['row_id' => 2, 'store_id' => 1],
['row_id' => 2, 'store_id' => 2],
],
......
......@@ -124,14 +124,11 @@ class CollectionTest extends AbstractCollectionTest
new \Magento\Framework\DataObject(['id' => 1, 'row_id' => 1]),
[
['row_id' => 1, 'store_id' => \Magento\Store\Model\Store::DEFAULT_STORE_ID],
['row_id' => 2, 'store_id' => 1],
['row_id' => 2, 'store_id' => 2],
],
],
[
new \Magento\Framework\DataObject(['id' => 2, 'row_id' => 2]),
[
['row_id' => 1, 'store_id' => \Magento\Store\Model\Store::DEFAULT_STORE_ID],
['row_id' => 2, 'store_id' => 1],
['row_id' => 2, 'store_id' => 2],
],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment