Improve test coverage.

This commit is contained in:
James Cole
2018-05-11 09:51:47 +02:00
parent 50874c9cf7
commit 5a560b42ef
13 changed files with 684 additions and 138 deletions

View File

@@ -736,4 +736,4 @@ class CSVProcessor implements FileProcessorInterface
return null;
}
}
}

View File

@@ -46,4 +46,4 @@ interface FileProcessorInterface
* @param ImportJob $job
*/
public function setJob(ImportJob $job): void;
}
}