@@ -75,23 +75,6 @@ protected function setUp()
75
75
$ this ->storeManager ->expects ($ this ->any ())->method ('getStores ' )->will ($ this ->returnValue ([$ this ->store ]));
76
76
$ this ->flatItemEraser = $ this ->createMock (\Magento \Catalog \Model \Indexer \Product \Flat \Action \Eraser::class);
77
77
$ 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
- =======
95
78
$ this ->flatTableBuilder = $ this ->createMock (\Magento \Catalog \Model \Indexer \Product \Flat \FlatTableBuilder::class);
96
79
$ this ->productIndexerHelper = $ this ->createMock (\Magento \Catalog \Helper \Product \Flat \Indexer::class);
97
80
$ statusAttributeMock = $ this ->getMockBuilder (\Magento \Eav \Model \Entity \Attribute::class)
@@ -130,7 +113,6 @@ protected function setUp()
130
113
'flatItemWriter ' => $ this ->flatItemWriter ,
131
114
'flatTableBuilder ' => $ this ->flatTableBuilder ,
132
115
]);
133
- >>>>>>> 38 bd9d381bc.. . [TASK ] Updated the Unit Test according to issue-14966
134
116
}
135
117
136
118
/**
0 commit comments