Fix phpunit

This commit is contained in:
Laurent Destailleur 2019-07-04 12:10:29 +02:00
parent 80bbc2577e
commit fb69f23bba

View File

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