Home
last modified time | relevance | path

Searched refs:withdrawMoney (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A DBankAccountTest.php27 $this->ba->withdrawMoney(1);
63 $this->ba->withdrawMoney(1);
H A DBankAccount.php27 public function withdrawMoney($balance) function in BankAccount
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DBankAccount.php75 public function withdrawMoney($balance) function in BankAccount
H A DBankAccountTest.test.php42 $this->ba->withdrawMoney(1);
H A DBankAccountTest.php49 $this->ba->withdrawMoney(1);
H A DBankAccountTest2.php34 $this->ba->withdrawMoney(1);