forked from Wavyzz/dolibarr
Test phpunit
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user