Fix phpunit

This commit is contained in:
Laurent Destailleur 2017-06-10 00:21:04 +02:00
parent 58a407d9f1
commit 605dbd61f2

View File

@ -532,7 +532,7 @@ class AdherentTest extends PHPUnit_Framework_TestCase
$langs=$this->savlangs; $langs=$this->savlangs;
$db=$this->savdb; $db=$this->savdb;
$result=$localobject->delete($localobject->id); $result=$localobject->delete($localobject->id, $user);
print __METHOD__." id=".$localobject->id." result=".$result."\n"; print __METHOD__." id=".$localobject->id." result=".$result."\n";
$this->assertLessThan($result, 0); $this->assertLessThan($result, 0);