Skip to content

Commit

Permalink
Fix phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 12, 2016
1 parent 7c950be commit e9c1723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit/BankAccountTest.php
Expand Up @@ -214,7 +214,7 @@ public function testBankAccountDelete($id)

$localobject=new Account($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);
Expand Down

0 comments on commit e9c1723

Please sign in to comment.