mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Improve test coverage.
This commit is contained in:
@@ -2669,7 +2669,7 @@ class TransactionControllerTest extends TestCase
|
||||
$accountRepos->shouldReceive('setUser');
|
||||
$accountRepos->shouldReceive('getAccountsById')->withArgs([[$account->id]])->andReturn(new Collection([$account]));
|
||||
|
||||
$data = [
|
||||
$data = [
|
||||
'description' => 'Some deposit #' . random_int(1, 10000),
|
||||
'date' => '2018-01-01',
|
||||
'transactions' => [
|
||||
|
||||
Reference in New Issue
Block a user