2
0
forked from Wavyzz/dolibarr

Compatibility with phpunit v6

This commit is contained in:
Laurent Destailleur
2019-07-05 21:28:27 +02:00
parent ac9282667d
commit 3af4ad7fc3
64 changed files with 64 additions and 64 deletions

View File

@@ -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 ScriptsTest extends PHPUnit_Framework_TestCase
class ScriptsTest extends PHPUnit\Framework\TestCase
{
protected $savconf;
protected $savuser;