mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Test improvement for import routine.
This commit is contained in:
@@ -80,6 +80,14 @@ class StageImportDataHandler
|
||||
return $this->transactions;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function isStillRunning(): bool
|
||||
{
|
||||
return $this->stillRunning;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @throws FireflyException
|
||||
|
Reference in New Issue
Block a user