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.
2 parents 258f841 + 5c1b27d commit 86a4db9Copy full SHA for 86a4db9
dev/tests/integration/testsuite/Magento/Wishlist/Controller/IndexTest.php
@@ -128,6 +128,7 @@ public function testAddActionProductNameXss()
128
public function testAllcartAction()
129
{
130
$formKey = $this->_objectManager->get(\Magento\Framework\Data\Form\FormKey::class)->getFormKey();
131
+ $this->getRequest()->setMethod('POST');
132
$this->getRequest()->setParam('form_key', $formKey);
133
$this->dispatch('wishlist/index/allcart');
134
0 commit comments