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
However, what PHP version do we want/have to agree on? WordPress Core still is fine with PHP 5.2.4. The current plugin codebase requires at least PHP 5.4. And when it comes to PHPUnit, we either use the completely outdated and not even maintained version 4.8 (which is incompatible with PHP 7, by the way), or use the old stable, which requires PHP 5.6 (uh oh!) and also works with PHP 7+.
Also, to make use of WordPress-specific mocking features, I would suggest to use Brain Monkey, which I like much much better than WP_Mock.
We need to make sure this plugin is thoroughly tested. Step 1 is adding the unit test framework.
The text was updated successfully, but these errors were encountered: