2
0
forked from Wavyzz/dolibarr

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

@@ -44,7 +44,7 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1;
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class AdminLibTest extends PHPUnit_Framework_TestCase
class AdminLibTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;