Fix: testcase to get thirdparty from web service.
This commit is contained in:
parent
1fc25abf25
commit
b990d1e891
@ -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,'');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user