We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e0cc5 commit 211524eCopy full SHA for 211524e
dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder/CreateTest.php
@@ -644,14 +644,6 @@ public function testCreateOrderExistingCustomer()
644
645
$this->model->getQuote()->setCustomer($customerMock);
646
$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
- }*/
655
$this->verifyCreatedOrder($order, $shippingMethod);
656
}
657
0 commit comments