Skip to content
Snippets Groups Projects
Commit 605dbd61 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix phpunit

parent 58a407d9
Branches
Tags
No related merge requests found
...@@ -532,7 +532,7 @@ class AdherentTest extends PHPUnit_Framework_TestCase ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment