mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 08:11:20 +00:00
Make sure tests work.
This commit is contained in:
@@ -71,6 +71,8 @@ class CreateImportTest extends TestCase
|
||||
$routine->shouldReceive('getJournals')->once()->andReturn(new Collection());
|
||||
$routine->shouldReceive('getLines')->once()->andReturn(7);
|
||||
|
||||
|
||||
|
||||
Storage::fake('upload');
|
||||
|
||||
$output = $this->artisan(
|
||||
|
Reference in New Issue
Block a user