Page MenuHomeDevCentral

D1327.id3406.diff
No OneTemporary

D1327.id3406.diff

diff --git a/ApiServersLogTest.php b/ApiServersLogTest.php
--- a/ApiServersLogTest.php
+++ b/ApiServersLogTest.php
@@ -2,7 +2,7 @@
require_once 'traits/assertHttp.php';
-class ApiServersLogTest extends PHPUnit_Framework_TestCase {
+class ApiServersLogTest extends PHPUnit\Framework\TestCase {
use assertHttp;
public function testAlive () {
diff --git a/AuthGroveTest.php b/AuthGroveTest.php
--- a/AuthGroveTest.php
+++ b/AuthGroveTest.php
@@ -2,7 +2,7 @@
require_once 'traits/assertHttp.php';
-class AuthGroveTest extends PHPUnit_Framework_TestCase {
+class AuthGroveTest extends PHPUnit\Framework\TestCase {
use assertHttp;
public function testRedirections () {
diff --git a/DevCentralDockerTest.php b/DevCentralDockerTest.php
--- a/DevCentralDockerTest.php
+++ b/DevCentralDockerTest.php
@@ -2,7 +2,7 @@
require_once 'utils/DockerContainer.php';
-class DevCentralDockerTest extends PHPUnit_Framework_TestCase {
+class DevCentralDockerTest extends PHPUnit\Framework\TestCase {
private $container;
const DOCKER_CONTAINER = 'devcentral';
diff --git a/DevCentralTest.php b/DevCentralTest.php
--- a/DevCentralTest.php
+++ b/DevCentralTest.php
@@ -2,7 +2,7 @@
require_once 'traits/assertHttp.php';
-class DevCentralTest extends PHPUnit_Framework_TestCase {
+class DevCentralTest extends PHPUnit\Framework\TestCase {
use assertHttp;
public function testWebsiteIsUp () {
diff --git a/EtherpadTest.php b/EtherpadTest.php
--- a/EtherpadTest.php
+++ b/EtherpadTest.php
@@ -2,7 +2,7 @@
require_once 'traits/assertHttp.php';
-class EtherpadTest extends PHPUnit_Framework_TestCase {
+class EtherpadTest extends PHPUnit\Framework\TestCase {
use assertHttp;
public function testEtherpadIsLive () {
diff --git a/NotificationsTest.php b/NotificationsTest.php
--- a/NotificationsTest.php
+++ b/NotificationsTest.php
@@ -2,7 +2,7 @@
require_once 'traits/assertHttp.php';
-class NotificationsTest extends PHPUnit_Framework_TestCase {
+class NotificationsTest extends PHPUnit\Framework\TestCase {
use assertHttp;
///
diff --git a/TommyTest.php b/TommyTest.php
--- a/TommyTest.php
+++ b/TommyTest.php
@@ -2,7 +2,7 @@
require_once 'traits/assertHttp.php';
-class TommyTest extends PHPUnit_Framework_TestCase {
+class TommyTest extends PHPUnit\Framework\TestCase {
use assertHttp;
public function testIsLive () {
diff --git a/YsulApacheTest.php b/YsulApacheTest.php
--- a/YsulApacheTest.php
+++ b/YsulApacheTest.php
@@ -6,7 +6,7 @@
* These tests ensure Apache has been recompiled with
* the right options as long as SuEXEC is concerned.
*/
-class YsulApacheTest extends PHPUnit_Framework_TestCase {
+class YsulApacheTest extends PHPUnit\Framework\TestCase {
use assertHttp;
/**

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 15:53 (19 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249593
Default Alt Text
D1327.id3406.diff (2 KB)

Event Timeline