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 ad1059f commit 408b725Copy full SHA for 408b725
dev/tests/integration/testsuite/Magento/Payment/Model/PaymentInfoTest.php
@@ -56,8 +56,7 @@ public function testUnsetPaymentInformation()
56
/** @var \Magento\Quote\Model\Quote\Payment $paymentQuote */
57
$paymentQuote = $quote->getPayment();
58
$paymentQuote->unsAdditionalInformation('testing');
59
-
60
+
61
$this->assertFalse($paymentOrder->hasAdditionalInformation('testing'));
62
$this->assertFalse($paymentQuote->hasAdditionalInformation('testing'));
63
}
0 commit comments