mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Optimise tests and coverage.
This commit is contained in:
@@ -62,7 +62,7 @@ class FileRoutine implements RoutineInterface
|
||||
|
||||
return;
|
||||
}
|
||||
throw new FireflyException(sprintf('Import routine cannot handle stage "%s"', $this->importJob->stage)); // @codeCoverageIgnore
|
||||
throw new FireflyException(sprintf('Import routine cannot handle status "%s"', $this->importJob->status)); // @codeCoverageIgnore
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user