Skip to content
Snippets Groups Projects
Commit 5729bdb2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix phpunit

parent 4343f93c
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,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 SqlTest extends PHPUnit_Framework_TestCase
class CodingSqlTest extends PHPUnit_Framework_TestCase
{
protected $savconf;
protected $savuser;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment