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, 6.1 has been updated
       via  e7b8287d3a5a148ae259c08d4112f66ef12e4e82 (commit)
      from  b43b94ae61a20c561c2e58a2be0b97ea4a5e6262 (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=e7b8287d3a5a148ae259c08d4112f66ef12e4e82

commit e7b8287d3a5a148ae259c08d4112f66ef12e4e82
Author: Roland Mas <[email protected]>
Date:   Tue Jan 19 16:56:15 2021 +0100

    Increase PHP compatibility

diff --git a/tests/func/70_SOAP/soapTest.php b/tests/func/70_SOAP/soapTest.php
index c52ca47..6e1077a 100644
--- a/tests/func/70_SOAP/soapTest.php
+++ b/tests/func/70_SOAP/soapTest.php
@@ -26,7 +26,7 @@ class SoapTest extends FForge_SeleniumTestCase
 {
        public $fixture = 'projecta';
 
-       protected function setUp():void {
+       protected function setUp() {
                parent::setUp();
 
                $this->session = NULL;
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index a7ec2b0..e018588 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -95,7 +95,7 @@ abstract class FForge_SeleniumTestCase extends 
PHPUnit\Extensions\Selenium2TestC
        public $fixture = 'base';
        public $fixture_loaded = false;
 
-       protected function setUp():void {
+       protected function setUp() {
                $this->configureSelenium();
                $this->loadCachedFixture();
        }

-----------------------------------------------------------------------

Summary of changes:
 tests/func/70_SOAP/soapTest.php | 2 +-
 tests/func/SeleniumForge.php    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to