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 7e18efb commit 0f2a5f7Copy full SHA for 0f2a5f7
dev/tests/integration/testsuite/Magento/Elasticsearch/Controller/Adminhtml/Category/SaveTest.php
@@ -80,6 +80,7 @@ public function testExecute()
80
];
81
82
$this->getRequest()->setPostValue($inputData);
83
+ $this->getRequest()->setMethod('POST');
84
$this->dispatch('backend/catalog/category/save');
85
$this->assertSessionMessages(
86
self::equalTo(['You saved the category.']),
0 commit comments