mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 03:51:18 +00:00
Reformatted and checked everything. [skip ci]
This commit is contained in:
@@ -71,7 +71,7 @@ class HomeControllerTest extends TestCase
|
||||
|
||||
// mock transaction journal repository:
|
||||
$tj = $this->mock('Firefly\Storage\TransactionJournal\TransactionJournalRepositoryInterface');
|
||||
$tj->shouldReceive('getByAccount')->with($account,15)->andReturn([]);
|
||||
$tj->shouldReceive('getByAccount')->with($account, 15)->andReturn([]);
|
||||
|
||||
// mock preferences & pref:
|
||||
$pref = $this->mock('Preference');
|
||||
|
||||
Reference in New Issue
Block a user