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  f842ba6c4a9475fa9ec93f75e419b4acaaa1c69c (commit)
      from  30e8002e2fcc3ff28c4a1310f9afa8e44cfc1014 (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=f842ba6c4a9475fa9ec93f75e419b4acaaa1c69c

commit f842ba6c4a9475fa9ec93f75e419b4acaaa1c69c
Author: Franck Villaume <[email protected]>
Date:   Tue Jan 8 22:17:26 2019 +0100

    Use Selenium2TestCase

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 07e187a..555d955 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -54,7 +54,7 @@ require_once $config;
 if (@include_once '/usr/local/share/php/vendor/autoload.php') {
         class PHPUnit_Extensions_SeleniumTestCase extends 
PHPUnit_Extensions_Selenium2TestCase {}
 } else {
-        require_once 'PHPUnit/Extensions/SeleniumTestCase.php';
+        require_once 'PHPUnit/Extensions/Selenium2TestCase.php';
 }
 
 

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

Summary of changes:
 tests/func/SeleniumForge.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

Reply via email to