wp-cli / doctor-command

Diagnose problems within WordPress by running a series of checks for symptoms
MIT License
145 stars 22 forks source link

Detect presence of `wp_cache_flush()` #116

Closed Sidsector9 closed 7 years ago

Sidsector9 commented 7 years ago

Related #96

Sidsector9 commented 7 years ago

@wp-cli/committers , I'm unable to understand the error due to which the builds are failing, can you point me where exactly did I go wrong?

schlessera commented 7 years ago

@Sidsector9 Behat is not recognizing the table you've provided as a table.

I suspect it is because of broken indentation, check your table to make sure it uses the correct syntax.

Also, please remove the changes to the README file from this PR, such changes should go into a different PR instead.

schlessera commented 7 years ago

Ah, you can probably get rid of the README changes just by merging master branch again.

Sidsector9 commented 7 years ago

@schlessera I've made the changes