mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Various code coverage changes and code updates.
This commit is contained in:
@@ -84,6 +84,8 @@ class SingleControllerTest extends TestCase
|
||||
$journalRepos->shouldReceive('getJournalBudgetId')->andReturn(0);
|
||||
$journalRepos->shouldReceive('getJournalCategoryName')->andReturn('');
|
||||
$journalRepos->shouldReceive('getTags')->andReturn([]);
|
||||
$journalRepos->shouldReceive('getMetaField')->andReturnNull();
|
||||
|
||||
|
||||
$note = new Note();
|
||||
$note->id = 5;
|
||||
|
||||
Reference in New Issue
Block a user