diff --git a/app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Block/CollectionTest.php b/app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Block/CollectionTest.php index 12d61e39ce37640b5bdc8e4ea52541035ba6101b..fd62f62a72159e3fc2f7c3a32da35b985cbbdb35 100644 --- a/app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Block/CollectionTest.php +++ b/app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Block/CollectionTest.php @@ -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], ], diff --git a/app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Page/CollectionTest.php b/app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Page/CollectionTest.php index a5fc16cf474b8b1e447e3a818234bdf7e7fafb74..916e1f96c844778c83dd5a75f3b1a68fd4aa35f6 100644 --- a/app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Page/CollectionTest.php +++ b/app/code/Magento/Cms/Test/Unit/Model/ResourceModel/Page/CollectionTest.php @@ -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], ],