mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Optimise tests and coverage.
This commit is contained in:
@@ -59,6 +59,7 @@ class CSVProcessorTest extends TestCase
|
||||
|
||||
|
||||
$validator = $this->mock(MappedValuesValidator::class);
|
||||
$validator->shouldReceive('setImportJob')->once();
|
||||
$validator->shouldReceive('validate')->andReturn([]);
|
||||
|
||||
$creator = $this->mock(ImportableCreator::class);
|
||||
|
Reference in New Issue
Block a user