Skip to content

Commit 9610d52

Browse files
glo23503devarul
authored andcommitted
ACP2E-1341: [On-Premise] Merchant Informed Core Issue Magento 2.4.4 main.ERROR: Environment emulation nesting is not allowed
1 parent c137072 commit 9610d52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Model/Order/Email/Sender/ShipmentSenderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ public function testSendWithoutCustomer()
158158
$result = $shipmentSender->send($shipment, true);
159159

160160
$this->assertFalse(
161-
array_search('Environment emulation nesting is not allowed.', array_column($this->logger->getMessages(), 'message'))
161+
array_search('Environment emulation nesting is not allowed.',
162+
array_column($this->logger->getMessages(), 'message'))
162163
);
163164
$this->assertEquals(self::ORDER_EMAIL, $shipmentIdentity->getCustomerEmail());
164165
$this->assertTrue($result);

0 commit comments

Comments
 (0)