Fix warning

This commit is contained in:
Laurent Destailleur
2020-12-16 12:53:31 +01:00
parent 371a460905
commit d781d78c4e
2 changed files with 3 additions and 2 deletions

View File

@@ -203,6 +203,7 @@ class CategorieTest extends PHPUnit\Framework\TestCase
$result=$localobject2->create($user);
$cat = new Categorie($this->savdb);
$cat->id = $catid;
$cat->type = 0;
$result=$cat->add_type($localobject2, "product");
print __METHOD__." result=".$result."\n";