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  8d3a34b96950cb59e9f18139b886ab5ee0ad09da (commit)
      from  e7b8287d3a5a148ae259c08d4112f66ef12e4e82 (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=8d3a34b96950cb59e9f18139b886ab5ee0ad09da

commit 8d3a34b96950cb59e9f18139b886ab5ee0ad09da
Author: Roland Mas <[email protected]>
Date:   Tue Jan 19 17:13:26 2021 +0100

    Revert "Increase PHP compatibility"

diff --git a/tests/func/70_SOAP/soapTest.php b/tests/func/70_SOAP/soapTest.php
index 6e1077a..c52ca47 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() {
+       protected function setUp():void {
                parent::setUp();
 
                $this->session = NULL;
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index e018588..a7ec2b0 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() {
+       protected function setUp():void {
                $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