mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Try new phpunit syntax
This commit is contained in:
parent
d3b4a91f41
commit
ac9282667d
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -46,7 +46,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 AdherentTest extends PHPUnit_Framework_TestCase
|
||||
class AdherentTest extends PHPUnit\Framework\TestCase
|
||||
{
|
||||
protected $savconf;
|
||||
protected $savuser;
|
||||
|
|
|
|||
|
|
@ -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 AdminLibTest extends PHPUnit_Framework_TestCase
|
||||
class AdminLibTest extends PHPUnit\Framework\TestCase
|
||||
{
|
||||
protected $savconf;
|
||||
protected $savuser;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user