Codeception / c3

Remote CodeCoverage for Codeception. Part of Codeception testing framework.
http://codeception.com
71 stars 46 forks source link

Give the error log file a chance to be created #92

Closed MarcelBolten closed 11 months ago

MarcelBolten commented 11 months ago

The error log file (error.txt by default) is never created within c3.php. Currently, is_writable() checks if the file exists and is writable but it is never created anywhere else so is_writable() will always be false and hence, there will never be an error log file.