forked from Wavyzz/dolibarr
Fix param
This commit is contained in:
@@ -267,7 +267,7 @@ class UserTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
$localobject=new User($this->savdb);
|
||||
$result=$localobject->fetch($id);
|
||||
$result=$localobject->delete($id);
|
||||
$result=$localobject->delete($user);
|
||||
|
||||
print __METHOD__." id=".$id." result=".$result."\n";
|
||||
$this->assertLessThan($result, 0);
|
||||
|
||||
Reference in New Issue
Block a user