2
0
forked from Wavyzz/dolibarr

Test phpunit

This commit is contained in:
Laurent Destailleur
2018-09-02 13:57:51 +02:00
parent 179feebd80
commit 53caac13a9
2 changed files with 6 additions and 2 deletions

View File

@@ -61,7 +61,9 @@ class AdherentTest extends PHPUnit_Framework_TestCase
*/ */
function __construct() function __construct()
{ {
//$this->sharedFixture parent::__construct();
//$this->sharedFixture
global $conf,$user,$langs,$db; global $conf,$user,$langs,$db;
$this->savconf=$conf; $this->savconf=$conf;
$this->savuser=$user; $this->savuser=$user;

View File

@@ -59,7 +59,9 @@ class AdminLibTest extends PHPUnit_Framework_TestCase
*/ */
function __construct() function __construct()
{ {
//$this->sharedFixture parent::__construct();
//$this->sharedFixture
global $conf,$user,$langs,$db; global $conf,$user,$langs,$db;
$this->savconf=$conf; $this->savconf=$conf;
$this->savuser=$user; $this->savuser=$user;