Skip to content
Snippets Groups Projects
Commit b990d1e8 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: testcase to get thirdparty from web service.

parent 1fc25abf
Branches
Tags
No related merge requests found
......@@ -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,'');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment