Fix phpunit for last versions of phpunit

This commit is contained in:
Laurent Destailleur
2019-08-31 00:47:12 +02:00
parent 58643e5e96
commit 8938573f68
67 changed files with 67 additions and 67 deletions

View File

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