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 0f2a5f7 commit c72203aCopy full SHA for c72203a
dev/tests/integration/testsuite/Magento/Checkout/Controller/CartTest.php
@@ -371,6 +371,7 @@ public function testMessageAtAddToCartWithRedirect()
371
];
372
\Magento\TestFramework\Helper\Bootstrap::getInstance()->loadArea('frontend');
373
$this->getRequest()->setPostValue($postData);
374
+ $this->getRequest()->setMethod('POST');
375
376
$this->dispatch('checkout/cart/add');
377
@@ -406,6 +407,7 @@ public function testMessageAtAddToCartWithoutRedirect()
406
407
408
409
410
411
412
413
0 commit comments