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 7e3782e4de2e68d9ea232a1553ef6e36bb125c0c (commit)
from 7d67d6458059f0b121ef8906ba65cd900aee439c (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=7e3782e4de2e68d9ea232a1553ef6e36bb125c0c
commit 7e3782e4de2e68d9ea232a1553ef6e36bb125c0c
Author: Roland Mas <[email protected]>
Date: Tue Jul 30 16:25:03 2019 +0200
Porting to PHPUnit 7
diff --git a/tests/func_tests.php b/tests/func_tests.php
index 2c7211a..4c9feac 100644
--- a/tests/func_tests.php
+++ b/tests/func_tests.php
@@ -41,7 +41,7 @@ class AllTests {
}
public static function suite() {
- $suite = new PHPUnit_Framework_TestSuite('PHPUnit');
+ $suite = new PHPUnit\Framework\TestSuite('PHPUnit');
// Selenium tests
if (getenv('TESTGLOB') != FALSE) {
diff --git a/tests/unit/common/minijsonTest.php
b/tests/unit/common/minijsonTest.php
index e6194a6..3857e1f 100644
--- a/tests/unit/common/minijsonTest.php
+++ b/tests/unit/common/minijsonTest.php
@@ -27,7 +27,7 @@
require_once('PHPUnit/Framework/TestCase.php');
require_once(dirname(__FILE__) . '/../../../src/common/include/minijson.php');
-class Minijson_Tests extends PHPUnit_Framework_TestCase {
+class Minijson_Tests extends PHPUnit\Framework\TestCase {
/****************************************************************/
/* $s_orig [parse] print_r->$s_printr [encode] $s_ecompact or
$s_epadded */
/* $s_e* [decode] print_r ->$s_printrs (due to Object key sorting) */
-----------------------------------------------------------------------
Summary of changes:
tests/func_tests.php | 2 +-
tests/unit/common/minijsonTest.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