2
0
forked from Wavyzz/dolibarr

Fix: add ldap import/export script

This commit is contained in:
Regis Houssin
2017-09-17 10:42:00 +02:00
parent d9b3a4e456
commit 1f88e624c2
4 changed files with 355 additions and 3 deletions

View File

@@ -138,8 +138,8 @@ class AdherentTest extends PHPUnit_Framework_TestCase
$localobject=new AdherentType($this->savdb);
$localobject->statut=1;
$localobject->libelle='Adherent type test';
$localobject->cotisation=1;
$localobject->label='Adherent type test';
$localobject->subscription=1;
$localobject->vote=1;
$result=$localobject->create($user);
print __METHOD__." result=".$result."\n";