From 4dfe61050ef1fc4d2a72a11bb9a6131ad834bf0c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 11 Jul 2016 22:49:36 +0200 Subject: [PATCH] need to use global namespace for non-namespaced phpunit 4.8 class PHPUnit_Framework_TestCase --- api/src/Mail/test/CredentialsTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/Mail/test/CredentialsTest.php b/api/src/Mail/test/CredentialsTest.php index 2443a09560..b1dbcd25a2 100644 --- a/api/src/Mail/test/CredentialsTest.php +++ b/api/src/Mail/test/CredentialsTest.php @@ -17,6 +17,7 @@ namespace EGroupware\Api\Mail; require_once realpath(__DIR__.'/../../loader/common.php'); // autoloader & check_load_extension use EGroupware\Api; +use PHPUnit_Framework_TestCase; use ReflectionClass; use EGroupware\Api\Mail\Credentials;