Test improvement for import routine.

This commit is contained in:
James Cole
2018-09-30 20:14:17 +02:00
parent e50641e969
commit 50ab1fa3f0
4 changed files with 104 additions and 62 deletions

View File

@@ -80,6 +80,14 @@ class StageImportDataHandler
return $this->transactions;
}
/**
* @return bool
*/
public function isStillRunning(): bool
{
return $this->stillRunning;
}
/**
*
* @throws FireflyException