Fix phpunit

This commit is contained in:
Laurent Destailleur 2017-05-13 19:51:31 +02:00
parent 4343f93c00
commit 5729bdb2c9

View File

@ -57,7 +57,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 SqlTest extends PHPUnit_Framework_TestCase class CodingSqlTest extends PHPUnit_Framework_TestCase
{ {
protected $savconf; protected $savconf;
protected $savuser; protected $savuser;