Try to solve phpunit regression
This commit is contained in:
parent
49e8b53fab
commit
599aa6009a
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user