Merge pull request #8842 from GPCsolutions/develop-unittesttypo

Fix typo
This commit is contained in:
Laurent Destailleur 2018-05-25 10:16:36 +02:00 committed by GitHub
commit d99684f9aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
$parameters = array('authentication'=>$authentication, 'thirdparty'=>$body);
print __METHOD__." call method ".$WS_METHOD."\n";
try {
$result = $this->soapclient->call($WS_METHOD,$parameters,$thid->ns,'');
$result = $this->soapclient->call($WS_METHOD,$parameters,$this->ns,'');
} catch(SoapFault $exception) {
echo $exception;
$result=0;