mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand test coverage
This commit is contained in:
@@ -149,6 +149,18 @@ abstract class TestCase extends BaseTestCase
|
||||
return $this->getRandomAccount(AccountType::EXPENSE, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Account
|
||||
*/
|
||||
public function getRandomInitialBalance(): Account
|
||||
{
|
||||
return $this->getRandomAccount(AccountType::INITIAL_BALANCE, null);
|
||||
}
|
||||
|
||||
public function getRandomReconciliation(): Account {
|
||||
return $this->getRandomAccount(AccountType::RECONCILIATION, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Account
|
||||
*/
|
||||
|
Reference in New Issue
Block a user