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  b314778532bdcc08efb91041e7aa97561b0f6425 (commit)
      from  f80f937b2206fbfc5e15cfc01c14a3219e750fa5 (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=b314778532bdcc08efb91041e7aa97561b0f6425

commit b314778532bdcc08efb91041e7aa97561b0f6425
Author: Roland Mas <[email protected]>
Date:   Tue Nov 10 18:15:22 2020 +0100

    Try fixing testsuite on Debian 10

diff --git a/tests/code_and_unit_tests.php b/tests/code_and_unit_tests.php
index 7a1b124..6400b36 100644
--- a/tests/code_and_unit_tests.php
+++ b/tests/code_and_unit_tests.php
@@ -25,8 +25,8 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
 include_once 'PHPUnit/Autoload.php';
 // if (@include_once '/usr/local/share/php/vendor/autoload.php') {
 //     $phpunitversion = 6;
-//     class PHPUnit_Framework_TestSuite extends PHPUnit\Framework\TestSuite {}
-//     class PHPUnit_Framework_TestCase extends PHPUnit\Framework\TestCase {}
+class PHPUnit_Framework_TestSuite extends PHPUnit\Framework\TestSuite {}
+class PHPUnit_Framework_TestCase extends PHPUnit\Framework\TestCase {}
 // } else {
 //     $phpunitversion = 4;
 //     if (!@include_once 'PHPUnit/Autoload.php') {

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

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