Skip to content

Commit 24640e5

Browse files
author
Serhiy Shkolyarenko
committed
MAGETWO-49460: CartRepositoryInterface can't be used twice
static fix
1 parent 6bcaf20 commit 24640e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Quote/Test/Unit/Model/QuoteRepositoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ public function testGetListSuccess($direction, $expectedDirection)
366366
$sortOrderMock->expects($this->once())->method('getDirection')->will($this->returnValue($direction));
367367
$this->quoteCollectionMock->expects($this->once())->method('addOrder')->with('id', $expectedDirection);
368368

369-
370369
$searchCriteriaMock->expects($this->once())->method('getCurrentPage')->will($this->returnValue(1));
371370
$searchCriteriaMock->expects($this->once())->method('getPageSize')->will($this->returnValue(10));
372371
$this->quoteCollectionMock->expects($this->once())->method('setCurPage')->with(1);

0 commit comments

Comments
 (0)