diff --git a/test/phpunit/BankAccountTest.php b/test/phpunit/BankAccountTest.php index 7c59571464c53..a212ff0317a08 100644 --- a/test/phpunit/BankAccountTest.php +++ b/test/phpunit/BankAccountTest.php @@ -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);