Fix param

This commit is contained in:
Laurent Destailleur 2018-12-22 18:12:29 +01:00
parent a5dccd1cc3
commit 415fbc19af

View File

@ -267,7 +267,7 @@ class UserTest extends PHPUnit_Framework_TestCase
$localobject=new User($this->savdb); $localobject=new User($this->savdb);
$result=$localobject->fetch($id); $result=$localobject->fetch($id);
$result=$localobject->delete($id); $result=$localobject->delete($user);
print __METHOD__." id=".$id." result=".$result."\n"; print __METHOD__." id=".$id." result=".$result."\n";
$this->assertLessThan($result, 0); $this->assertLessThan($result, 0);