Definition at line 9 of file SoapTest.php.
◆ setUp()
Definition at line 21 of file SoapTest.php.
24 $this->soapController = $this->objectManager->get(\
Magento\Webapi\Controller\Soap::class);
static getObjectManager()
◆ testDispatchWsdlRequest()
testDispatchWsdlRequest |
( |
| ) |
|
Definition at line 30 of file SoapTest.php.
32 $request = $this->objectManager->get(\
Magento\Framework\Webapi\Request::class);
33 $request->setParam(\
Magento\Webapi\Model\Soap\Server::REQUEST_PARAM_LIST_WSDL,
true);
35 $decoded_wsdl = json_decode(
$response->getContent(),
true);
36 $this->assertArrayHasKey(
"customerAccountManagementV1", $decoded_wsdl);
37 $this->assertArrayHasKey(
"integrationAdminTokenServiceV1", $decoded_wsdl);
◆ $objectManager
◆ $soapController
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Webapi/Controller/SoapTest.php