Fix phpunit
This commit is contained in:
parent
fccd76aeae
commit
e6f47717b5
@ -279,7 +279,7 @@ class UserGroupTest extends PHPUnit_Framework_TestCase
|
|||||||
|
|
||||||
$localobject=new UserGroup($this->savdb);
|
$localobject=new UserGroup($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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user