The problem stemmed from not catching an exception when getReportFile was called - because in the case of running in development, the file did not exist. So this is fixed and also mocking of errors is done in a better way. There will be a report this time regardless.
Fix issue #103
The problem stemmed from not catching an exception when
getReportFile
was called - because in the case of running indevelopment
, the file did not exist. So this is fixed and also mocking of errors is done in a better way. There will be a report this time regardless.