forked from extern/egroupware
need to use global namespace for non-namespaced phpunit 4.8 class PHPUnit_Framework_TestCase
This commit is contained in:
parent
911ecdea99
commit
4dfe61050e
@ -17,6 +17,7 @@ namespace EGroupware\Api\Mail;
|
|||||||
require_once realpath(__DIR__.'/../../loader/common.php'); // autoloader & check_load_extension
|
require_once realpath(__DIR__.'/../../loader/common.php'); // autoloader & check_load_extension
|
||||||
|
|
||||||
use EGroupware\Api;
|
use EGroupware\Api;
|
||||||
|
use PHPUnit_Framework_TestCase;
|
||||||
use ReflectionClass;
|
use ReflectionClass;
|
||||||
use EGroupware\Api\Mail\Credentials;
|
use EGroupware\Api\Mail\Credentials;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user