Skip to content

Commit 97a4256

Browse files
committed
update unit test
1 parent b41c982 commit 97a4256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SoapClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testSoapClient()
3535
SoapClient::WSDL_CLASSMAP => self::classMap(),
3636
));
3737

38-
$this->assertInstanceOf('\\WsdlToPhp\\PackageBase\\Tests\\Client', SoapClient::getSoapClient());
38+
$this->assertInstanceOf('\\WsdlToPhp\\PackageBase\\Tests\\Client', $soapClient->getSoapClient());
3939
}
4040
/**
4141
* @return string[]

0 commit comments

Comments
 (0)