add log
This commit is contained in:
parent
0735993839
commit
7d6e70c4c0
@ -181,6 +181,9 @@ class AdherentTest extends PHPUnit\Framework\TestCase
|
|||||||
$localobject->typeid=$fk_adherent_type;
|
$localobject->typeid=$fk_adherent_type;
|
||||||
$result=$localobject->create($user);
|
$result=$localobject->create($user);
|
||||||
print __METHOD__." result=".$result."\n";
|
print __METHOD__." result=".$result."\n";
|
||||||
|
if ($result < 0) {
|
||||||
|
print $localobject->error;
|
||||||
|
}
|
||||||
$this->assertLessThan($result, 0);
|
$this->assertLessThan($result, 0);
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user