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 923ef5b29444690d68fbb439c60a0cb97f673b0d (commit)
from f9168f167330e63cbeebac608ed7a42f1b1fd7da (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=923ef5b29444690d68fbb439c60a0cb97f673b0d
commit 923ef5b29444690d68fbb439c60a0cb97f673b0d
Author: Franck Villaume <[email protected]>
Date: Mon May 31 10:05:45 2021 +0200
initial fixes for php7.0.xx support in test suite
diff --git a/tests/func/SeleniumForge-php700.php
b/tests/func/SeleniumForge-php700.php
index 5316df1..3a1de2e 100644
--- a/tests/func/SeleniumForge-php700.php
+++ b/tests/func/SeleniumForge-php700.php
@@ -92,7 +92,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();
}
@@ -105,10 +105,6 @@ abstract class FForge_SeleniumTestCase extends
PHPUnit_Extensions_Selenium2TestC
$this->setHost(SELENIUM_RC_HOST);
}
- public function onNotSuccessfulTest(Throwable $e): void {
- parent::onNotSuccessfulTest($e);
- }
-
/**
* Load existing fixture.
* Mainly used to load the 'base' fixture in tests that don't call
loadAndCacheFixture() yet
-----------------------------------------------------------------------
Summary of changes:
tests/func/SeleniumForge-php700.php | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits