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
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase ...@@ -153,7 +153,7 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
// Test URL // Test URL
$result=''; $result='';
$parameters = array('authentication'=>$authentication); $parameters = array('authentication'=>$authentication, 'id'=>1);
print __METHOD__." call method ".$WS_METHOD."\n"; print __METHOD__." call method ".$WS_METHOD."\n";
try { try {
$result = $soapclient->call($WS_METHOD,$parameters,$ns,''); $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