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.
2 parents e8f49b4 + a307a31 commit 1b4a62eCopy full SHA for 1b4a62e
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