summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug36226.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/bugs/bug36226.phpt')
-rw-r--r--ext/soap/tests/bugs/bug36226.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug36226.phpt b/ext/soap/tests/bugs/bug36226.phpt
index 8c01c5b5d3..1e398c0c2c 100644
--- a/ext/soap/tests/bugs/bug36226.phpt
+++ b/ext/soap/tests/bugs/bug36226.phpt
@@ -32,7 +32,7 @@ class TestSoapClient extends SoapClient {
}
-$soapClient = new TestSoapClient($wsdl,
+$soapClient = new TestSoapClient($wsdl,
array('trace' => 1, 'exceptions' => 0,
'classmap' => array('logOnEvent' => 'LogOnEvent',
'logOffEvent' => 'LogOffEvent',