File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/code/Magento/CatalogImportExport/Test/Unit/Model/Export Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,6 @@ public function testExportCountZeroBreakInternalCalls()
342
342
$ this ->product ->expects ($ this ->once ())->method ('getItemsPerPage ' )->willReturn ($ itemsPerPage );
343
343
$ this ->product ->expects ($ this ->once ())->method ('paginateCollection ' )->with ($ page , $ itemsPerPage );
344
344
$ this ->abstractCollection ->expects ($ this ->once ())->method ('setOrder ' )->with ('entity_id ' , 'asc ' );
345
- $ this ->abstractCollection ->expects ($ this ->once ())->method ('setStoreId ' )->with (Store::DEFAULT_STORE_ID );
346
345
347
346
$ this ->abstractCollection ->expects ($ this ->once ())->method ('count ' )->willReturn (0 );
348
347
@@ -373,7 +372,6 @@ public function testExportCurPageEqualToLastBreakInternalCalls()
373
372
$ this ->product ->expects ($ this ->once ())->method ('getItemsPerPage ' )->willReturn ($ itemsPerPage );
374
373
$ this ->product ->expects ($ this ->once ())->method ('paginateCollection ' )->with ($ page , $ itemsPerPage );
375
374
$ this ->abstractCollection ->expects ($ this ->once ())->method ('setOrder ' )->with ('entity_id ' , 'asc ' );
376
- $ this ->abstractCollection ->expects ($ this ->once ())->method ('setStoreId ' )->with (Store::DEFAULT_STORE_ID );
377
375
378
376
$ this ->abstractCollection ->expects ($ this ->once ())->method ('count ' )->willReturn (1 );
379
377
You can’t perform that action at this time.
0 commit comments