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  b3e9eb174c69eccc1d7c662018d7b796d421399b (commit)
      from  393762c3b0e02f358d433bcdd6f852b0da1cd434 (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=b3e9eb174c69eccc1d7c662018d7b796d421399b

commit b3e9eb174c69eccc1d7c662018d7b796d421399b
Author: Roland Mas <[email protected]>
Date:   Thu Dec 3 17:43:54 2020 +0100

    Try fixing testsuite

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 357bab9..080fe61 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -87,7 +87,7 @@ require_once $config;
 
 @include_once '/usr/local/share/php/vendor/autoload.php';
 
-class FForge_SeleniumTestCase extends PHPUnit\Extensions\Selenium2TestCase
+abstract class FForge_SeleniumTestCase extends 
PHPUnit\Extensions\Selenium2TestCase
 {
        public $logged_in = false ;
        public $fixture = 'base';
@@ -159,7 +159,7 @@ class FForge_SeleniumTestCase extends 
PHPUnit\Extensions\Selenium2TestCase
                }
        }
 
-       protected function changeConfig($config = array()) {
+       protected function changeConfig($config) {
                $config_path = rtrim(`forge_get_config config_path`);
                $classname = get_class($this);
 

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

Summary of changes:
 tests/func/SeleniumForge.php | 4 ++--
 1 file 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