Fix: testcase to get thirdparty from web service.

This commit is contained in:
Laurent Destailleur 2014-05-04 17:33:57 +02:00
parent 1fc25abf25
commit b990d1e891

View File

@ -153,7 +153,7 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
// Test URL
$result='';
$parameters = array('authentication'=>$authentication);
$parameters = array('authentication'=>$authentication, 'id'=>1);
print __METHOD__." call method ".$WS_METHOD."\n";
try {
$result = $soapclient->call($WS_METHOD,$parameters,$ns,'');