Skip to content

Commit 4d890c5

Browse files
author
Tanniru, Murali(mtanniru)
committed
Merge remote-tracking branch 'origin/MAGETWO-51862-Create-API-FT-MAGETWO-27489' into MAGETWO-51862-Create-API-FT-MAGETWO-27489
# Conflicts: # dev/tests/api-functional/testsuite/Magento/Customer/Api/CustomerRepositoryTest.php
2 parents ed86fbd + ff114a2 commit 4d890c5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/AdapterInterface.php

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,24 @@ interface AdapterInterface
1515
* @param array $serviceInfo <pre>
1616
* array(
1717
* 'rest' => array(
18-
* 'resourcePath' => $resourcePath, // e.g. /products/:id
19-
* 'httpMethod' => $httpMethod, // e.g. GET
18+
* 'resourcePath' => $resourcePath, // e.g. /products/:id
19+
* 'httpMethod' => $httpMethod, // e.g. GET
2020
* 'token' => '21hasbtlaqy8t3mj73kjh71cxxkqj4aq' // optional : for token based Authentication. Will
2121
* override default Oauth based authentication provided
2222
* by test framework
2323
* ),
2424
* 'soap' => array(
25-
* 'service' => $soapService, // soap service name with Version suffix e.g. catalogProductV1, customerV2
26-
* 'operation' => $operation // soap operation name e.g. catalogProductCreate
25+
* 'service' => $soapService, // soap service name with Version suffix e.g.
26+
* catalogProductV1, customerV2
27+
* 'operation' => $operation // soap operation name e.g. catalogProductCreate
2728
* 'token' => '21hasbtlaqy8t3mj73kjh71cxxkqj4aq' // optional : for token based Authentication. Will
2829
* override default Oauth based authentication provided
2930
* by test framework
3031
* ),
3132
* OR
32-
* 'serviceInterface' => $phpServiceInterfaceName, // e.g. \Magento\Catalog\Api\ProductInterface
33-
* 'method' => $serviceMethodName // e.g. create
34-
* 'entityId' => $entityId // is used in REST route placeholder (if applicable)
33+
* 'serviceInterface' => $phpServiceInterfaceName, // e.g. \Magento\Catalog\Api\ProductInterface
34+
* 'method' => $serviceMethodName // e.g. create
35+
* 'entityId' => $entityId // is used in REST route placeholder (if applicable)
3536
* );
3637
* </pre>
3738
* @param array $arguments

0 commit comments

Comments
 (0)