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,6 +61,8 @@ class AdherentTest extends PHPUnit_Framework_TestCase
*/ */
function __construct() function __construct()
{ {
parent::__construct();
//$this->sharedFixture //$this->sharedFixture
global $conf,$user,$langs,$db; global $conf,$user,$langs,$db;
$this->savconf=$conf; $this->savconf=$conf;

View File

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