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 0a4d1f2 commit b841854Copy full SHA for b841854
dev/tests/api-functional/testsuite/Magento/Webapi/Routing/NoWebApiXmlTest.php
@@ -50,8 +50,8 @@ public function testItems()
50
{
51
$this->_markTestAsRestOnly();
52
$serviceInfo = [
53
- 'rest' => ['
54
- resourcePath' => $this->_restResourcePath,
+ 'rest' => [
+ 'resourcePath' => $this->_restResourcePath,
55
'httpMethod' => \Magento\Framework\Webapi\Rest\Request::HTTP_METHOD_GET
56
],
57
];
0 commit comments