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 8a38942 commit a307a31Copy full SHA for a307a31
dev/tests/integration/testsuite/Magento/Webapi/Controller/SoapTest.php
@@ -51,7 +51,7 @@ public function testDispatchWsdlRequest(): void
51
*/
52
protected function assertWsdlServices(array $decodedWsdl): void
53
{
54
- $this->assertArrayHasKey("customerAccountManagementV1", $decodedWsdl);
55
- $this->assertArrayHasKey("integrationAdminTokenServiceV1", $decodedWsdl);
+ $this->assertArrayHasKey('customerAccountManagementV1', $decodedWsdl);
+ $this->assertArrayHasKey('integrationAdminTokenServiceV1', $decodedWsdl);
56
}
57
0 commit comments