mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Fix all tests.
This commit is contained in:
@@ -48,7 +48,7 @@ class TransactionControllerTest extends TestCase
|
||||
{
|
||||
parent::setUp();
|
||||
Passport::actingAs($this->user());
|
||||
Log::debug('Now in Api/TransactionControllerTest.');
|
||||
Log::debug(sprintf('Now in %s.', get_class($this)));
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1136,6 +1136,9 @@ class TransactionControllerTest extends TestCase
|
||||
'transactions.0.destination_id' => [
|
||||
'All accounts in this field must be equal.',
|
||||
],
|
||||
'transactions.1.destination_id' => [
|
||||
'The source account equals the destination account'
|
||||
],
|
||||
],
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user