mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Fix test method names.
This commit is contained in:
@@ -987,9 +987,9 @@ class TransactionFactoryTest extends TestCase
|
||||
public function testCreatePairSameBadType(): void
|
||||
{
|
||||
// objects:
|
||||
$expense = $this->user()->accounts()->where('account_type_id', 4)->first();
|
||||
$expense = $this->user()->accounts()->where('account_type_id', 4)->first();
|
||||
$revenue = $this->user()->accounts()->where('account_type_id', 5)->first();
|
||||
$euro = TransactionCurrency::first();
|
||||
$euro = TransactionCurrency::first();
|
||||
|
||||
// mocked classes
|
||||
$accountRepos = $this->mock(AccountRepositoryInterface::class);
|
||||
|
Reference in New Issue
Block a user