This commit is contained in:
daraelmin 2021-05-01 21:42:13 +02:00 committed by GitHub
parent 1d05ce4a15
commit f25997b292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,6 +154,7 @@ class AdherentTest extends PHPUnit\Framework\TestCase
$localobject->statut=1;
$localobject->label='Adherent type test';
$localobject->subscription=1;
$localobject->amount=0;
$localobject->vote=1;
$localobject->company='Old company label';
$result=$localobject->create($user);