FIX avoid phpunit error

This commit is contained in:
Regis Houssin 2023-03-24 17:30:00 +01:00
parent 4240ac18f3
commit b9aeadf566

View File

@ -1347,6 +1347,7 @@ class Project extends CommonObject
// Initialise parameters
$this->id = 0;
$this->ref = 'SPECIMEN';
$this->entity = $conf->entity;
$this->specimen = 1;
$this->socid = 1;
$this->date_c = $now;