remove deprecated libelle

This commit is contained in:
Frédéric FRANCE 2020-04-23 00:06:57 +02:00
parent 2349c2be22
commit bc4726c7c3
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -148,13 +148,13 @@ class MouvementStockTest extends PHPUnit\Framework\TestCase
// We create a product for tests
$warehouse1=new Entrepot($db);
$warehouse1->initAsSpecimen();
$warehouse1->libelle.=' 1';
$warehouse1->label.=' 1';
$warehouse1->description.=' 1';
$warehouse1id=$warehouse1->create($user);
$warehouse2=new Entrepot($db);
$warehouse2->initAsSpecimen();
$warehouse2->libelle.=' 2';
$warehouse2->label.=' 2';
$warehouse2->description.=' 2';
$warehouse2id=$warehouse2->create($user);