Skip to content

Commit 211524e

Browse files
committed
ACP2E-1200: adjusted integration tests and implementation
1 parent a9e0cc5 commit 211524e

File tree

1 file changed

+0
-8
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder

1 file changed

+0
-8
lines changed

dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder/CreateTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -644,14 +644,6 @@ public function testCreateOrderExistingCustomer()
644644

645645
$this->model->getQuote()->setCustomer($customerMock);
646646
$order = $this->model->createOrder();
647-
//to be deleted
648-
/* if ($this->model->getSendConfirmation() && !$order->getEmailSent()) {
649-
$this->emailSenderMock->expects($this->once())
650-
->method('send')
651-
->willReturn(true);
652-
} else {
653-
$this->emailSenderMock->expects($this->never())->method('send');
654-
}*/
655647
$this->verifyCreatedOrder($order, $shippingMethod);
656648
}
657649

0 commit comments

Comments
 (0)