Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from Dec 1, 2023

Conversation

MarcelBolten
Copy link
Contributor

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.

don't use is_writable() as it also checks if the file exists but it is never created anywhere else
@Naktibalda Naktibalda merged commit 3ded67e into Codeception:main Dec 1, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants