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 424929f commit c32ca7aCopy full SHA for c32ca7a
app/code/Magento/Sales/Test/Unit/Model/Order/Email/SenderBuilderTest.php
@@ -122,7 +122,7 @@ public function testSend()
122
$customerName = 'test_name';
123
$customerEmail = 'test_email';
124
$identity = 'email_identity_test';
125
-
+
126
$transportMock = $this->createMock(
127
\Magento\Sales\Test\Unit\Model\Order\Email\Stub\TransportInterfaceMock::class
128
);
0 commit comments