File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/integration/testsuite/Magento/Webapi/Controller Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © 2013-2017 Magento, Inc. All rights reserved.
3
+ * Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
6
@@ -33,7 +33,7 @@ public function testDispatchWsdlRequest()
33
33
$ request ->setParam (\Magento \Webapi \Model \Soap \Server::REQUEST_PARAM_LIST_WSDL , true );
34
34
$ response = $ this ->soapController ->dispatch ($ request );
35
35
$ decoded_wsdl = json_decode ($ response ->getContent (), true );
36
- $ this ->assertArrayHasKey ("customerAccountManagementV1 " , $ decoded_wsdl );
37
- $ this ->assertArrayHasKey ("integrationAdminTokenServiceV1 " , $ decoded_wsdl );
36
+ $ this ->assertArrayHasKey ("customerAccountManagementV1 " , $ decoded_wsdl );
37
+ $ this ->assertArrayHasKey ("integrationAdminTokenServiceV1 " , $ decoded_wsdl );
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments