Fix test coverage, ignore all other routines.

This commit is contained in:
James Cole
2018-05-05 06:47:35 +02:00
parent 1c0da454db
commit 57be7f2905
16 changed files with 202 additions and 580 deletions

View File

@@ -33,6 +33,9 @@ use League\Csv\Statement;
use Log;
/**
* @deprecated
* @codeCoverageIgnore
*
* Class CsvProcessor, as the name suggests, goes over CSV file line by line and creates
* "ImportJournal" objects, which are used in another step to create new journals and transactions
* and what-not.