Fix param
This commit is contained in:
parent
a5dccd1cc3
commit
415fbc19af
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user