mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix phpunit for last versions of phpunit
This commit is contained in:
@@ -47,7 +47,7 @@ $conf->global->MAIN_UMASK='0666';
|
||||
* @backupStaticAttributes enabled
|
||||
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
|
||||
*/
|
||||
class RestAPIUserTest extends PHPUnit_Framework_TestCase
|
||||
class RestAPIUserTest extends PHPUnit\Framework\TestCase
|
||||
{
|
||||
protected $savconf;
|
||||
protected $savuser;
|
||||
|
||||
Reference in New Issue
Block a user