This commit is contained in:
Frédéric FRANCE 2020-11-11 13:14:39 +01:00
parent 0735993839
commit 7d6e70c4c0
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -180,7 +180,10 @@ class AdherentTest extends PHPUnit\Framework\TestCase
$localobject->initAsSpecimen();
$localobject->typeid=$fk_adherent_type;
$result=$localobject->create($user);
print __METHOD__." result=".$result."\n";
print __METHOD__." result=".$result."\n";
if ($result < 0) {
print $localobject->error;
}
$this->assertLessThan($result, 0);
return $result;