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 b41c982 commit 97a4256Copy full SHA for 97a4256
Tests/SoapClientTest.php
@@ -35,7 +35,7 @@ public function testSoapClient()
35
SoapClient::WSDL_CLASSMAP => self::classMap(),
36
));
37
38
- $this->assertInstanceOf('\\WsdlToPhp\\PackageBase\\Tests\\Client', SoapClient::getSoapClient());
+ $this->assertInstanceOf('\\WsdlToPhp\\PackageBase\\Tests\\Client', $soapClient->getSoapClient());
39
}
40
/**
41
* @return string[]
0 commit comments