Try new phpunit syntax

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

View File

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