This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via eadcbcd2bace5d6167159e7e91a54a29ec48bc12 (commit)
from 9365b7013f9ec74e025cd2717f49cdf31fa5798a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=eadcbcd2bace5d6167159e7e91a54a29ec48bc12
commit eadcbcd2bace5d6167159e7e91a54a29ec48bc12
Author: Franck Villaume <[email protected]>
Date: Sun Apr 23 18:25:34 2017 +0200
fix PHP var
diff --git a/tests/func/70_SOAP/soapTest.php b/tests/func/70_SOAP/soapTest.php
index 87b1c50..ae770b0 100644
--- a/tests/func/70_SOAP/soapTest.php
+++ b/tests/func/70_SOAP/soapTest.php
@@ -32,7 +32,7 @@ class SoapTest extends FForge_SeleniumTestCase
$this->session = NULL;
$this->soapclient = NULL;
- $soapclient = new SoapClient(WSDL_URL,
+ $this->soapclient = new SoapClient(WSDL_URL,
array('cache_wsdl' => WSDL_CACHE_NONE,
'stream_context' =>
stream_context_create(array('ssl' => array('verify_peer' => false,
'verify_peer_name' => false,
-----------------------------------------------------------------------
Summary of changes:
tests/func/70_SOAP/soapTest.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits