You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging for this issue Codeception/Codeception#4871, I keep getting message Could not write error to log file.
When I traced the cause, it's from here.
While debugging for this issue Codeception/Codeception#4871, I keep getting message
Could not write error to log file
.When I traced the cause, it's from here.
c3/c3.php
Lines 36 to 43 in c7348bb
Apparently the
c3tmp
directory is always emptied by__c3_clear()
when the test is executed.c3/c3.php
Lines 288 to 291 in c7348bb
This cause problem because
is_writable
returns true if the file exists and is writable.http://php.net/manual/en/function.is-writable.php
The text was updated successfully, but these errors were encountered: