summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/multiport.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/bugs/multiport.phpt')
-rw-r--r--ext/soap/tests/bugs/multiport.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/multiport.phpt b/ext/soap/tests/bugs/multiport.phpt
index 53e281130f..549a5b3c72 100644
--- a/ext/soap/tests/bugs/multiport.phpt
+++ b/ext/soap/tests/bugs/multiport.phpt
@@ -7,7 +7,7 @@ soap.wsdl_cache_enabled=0
--FILE--
<?php
$client = new SoapClient(__DIR__.'/multiport.wsdl',
- array('trace' => true, 'exceptions' => false));
+ array('trace' => true, 'exceptions' => false));
$response = $client->GetSessionId(array('userId'=>'user', 'password'=>'password'));
echo $client->__getLastRequest();
?>