Fix phpunit tests
This commit is contained in:
parent
7c950be468
commit
e9c1723f8d
@ -214,7 +214,7 @@ class BankAccountTest extends PHPUnit_Framework_TestCase
|
|||||||
|
|
||||||
$localobject=new Account($this->savdb);
|
$localobject=new Account($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