@@ -75,23 +75,6 @@ protected function setUp()
7575 $ this ->storeManager ->expects ($ this ->any ())->method ('getStores ' )->will ($ this ->returnValue ([$ this ->store ]));
7676 $ this ->flatItemEraser = $ this ->createMock (\Magento \Catalog \Model \Indexer \Product \Flat \Action \Eraser::class);
7777 $ this ->flatItemWriter = $ this ->createMock (\Magento \Catalog \Model \Indexer \Product \Flat \Action \Indexer::class);
78- <<<<<<< HEAD
79- $ this ->flatTableBuilder = $ this ->createMock (
80- \Magento \Catalog \Model \Indexer \Product \Flat \FlatTableBuilder::class
81- );
82-
83- $ this ->model = $ objectManager ->getObject (
84- \Magento \Catalog \Model \Indexer \Product \Flat \Action \Row::class,
85- [
86- 'resource ' => $ this ->resource ,
87- 'storeManager ' => $ this ->storeManager ,
88- 'productHelper ' => $ this ->productIndexerHelper ,
89- 'flatItemEraser ' => $ this ->flatItemEraser ,
90- 'flatItemWriter ' => $ this ->flatItemWriter ,
91- 'flatTableBuilder ' => $ this ->flatTableBuilder
92- ]
93- );
94- =======
9578 $ this ->flatTableBuilder = $ this ->createMock (\Magento \Catalog \Model \Indexer \Product \Flat \FlatTableBuilder::class);
9679 $ this ->productIndexerHelper = $ this ->createMock (\Magento \Catalog \Helper \Product \Flat \Indexer::class);
9780 $ statusAttributeMock = $ this ->getMockBuilder (\Magento \Eav \Model \Entity \Attribute::class)
@@ -130,7 +113,6 @@ protected function setUp()
130113 'flatItemWriter ' => $ this ->flatItemWriter ,
131114 'flatTableBuilder ' => $ this ->flatTableBuilder ,
132115 ]);
133- >>>>>>> 38 bd9d381bc.. . [TASK ] Updated the Unit Test according to issue-14966
134116 }
135117
136118 /**
0 commit comments