File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ public function testBuild()
141
141
[$ tableName ],
142
142
['catalog_product_website ' ]
143
143
)
144
- ->willReturn (
144
+ ->willReturnOnConsecutiveCalls (
145
145
$ tableName ,
146
146
'catalog_product_website '
147
147
);
@@ -184,12 +184,12 @@ public function testBuild()
184
184
],
185
185
[
186
186
$ temporaryTableName ,
187
- "e. {$ linkField } = $ { temporaryTableName}. {$ linkField }" ,
187
+ "e. {$ linkField } = { $ temporaryTableName }. {$ linkField }" ,
188
188
[$ linkField ]
189
189
],
190
190
[
191
191
$ temporaryValueTableName ,
192
- "e. $ { linkField} = " . $ temporaryValueTableName . ". $ { linkField}" ,
192
+ "e. { $ linkField } = " . $ temporaryValueTableName . ". { $ linkField }" ,
193
193
[$ linkField ]
194
194
]
195
195
)->willReturnSelf ();
You can’t perform that action at this time.
0 commit comments