need to use global namespace for non-namespaced phpunit 4.8 class PHPUnit_Framework_TestCase

This commit is contained in:
Ralf Becker 2016-07-11 22:49:36 +02:00
parent a39935810c
commit 3a2ac5402d

View File

@ -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;