Try to solve phpunit regression

This commit is contained in:
Laurent Destailleur 2022-12-22 00:37:33 +01:00
parent 49e8b53fab
commit 599aa6009a

View File

@ -46,6 +46,7 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1;
*/ */
class AdminLibTest extends PHPUnit\Framework\TestCase class AdminLibTest extends PHPUnit\Framework\TestCase
{ {
protected $backupGlobalsBlacklist = array('conf', 'user', 'langs', 'db');
protected $savconf; protected $savconf;
protected $savuser; protected $savuser;
protected $savlangs; protected $savlangs;