Remove warning 8.2
This commit is contained in:
parent
c14471e419
commit
9ffc86a872
@ -109,6 +109,24 @@ class Conf
|
||||
|
||||
public $tzuserinputkey = 'tzserver'; // Use 'tzuserrel' to always store date in GMT and show date in time zone of user.
|
||||
|
||||
// TODO Remove this part.
|
||||
public $fournisseur;
|
||||
public $product;
|
||||
public $service;
|
||||
public $contrat;
|
||||
public $actions;
|
||||
public $agenda;
|
||||
public $commande;
|
||||
public $propal;
|
||||
public $facture;
|
||||
public $user;
|
||||
public $adherent;
|
||||
public $bank;
|
||||
public $notification;
|
||||
public $expensereport;
|
||||
public $productbatch;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
@ -165,7 +183,6 @@ class Conf
|
||||
$this->commande = new stdClass();
|
||||
$this->propal = new stdClass();
|
||||
$this->facture = new stdClass();
|
||||
$this->contrat = new stdClass();
|
||||
$this->user = new stdClass();
|
||||
$this->adherent = new stdClass();
|
||||
$this->bank = new stdClass();
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
* \remarks To run this script as CLI: phpunit filename.php
|
||||
*/
|
||||
print "PHP Version: ".phpversion()."\n";
|
||||
print "Memory: ". ini_get('memory_limit')."\n";
|
||||
print "Memory limit: ". ini_get('memory_limit')."\n";
|
||||
|
||||
global $conf,$user,$langs,$db;
|
||||
//define('TEST_DB_FORCE_TYPE','mysql'); // This is to force using mysql driver
|
||||
|
||||
Loading…
Reference in New Issue
Block a user