-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add list of files to report of 'wp doctor check cache-flush' command #191
Conversation
@kiranpotphode, thanks for adjusting the output format, it's now more readable. I've just checked tests and found out we will need to update those as they rely on the old message format:
|
@wojtekn Thanks for pointing that out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for updating the test!
@kiranpotphode Can you please rebase the PR with main branch? Now |
@ernilambar But my tests on local are passing for the following command. Can you guide what might the problem? |
@kiranpotphode Yah, I noticed. Instead of
|
I have updated the tests. Now Still noticing some other failed tests for |
@kiranpotphode WP is still not compatible to PHP |
Fixes #184
This PR adds enhancement for the
wp doctor check cache-flush
command as mentioned in issue #184The output will show the list of files where
wp_cache_flush()
is used.