Testing Your WP Plugins A Practical Guide
Proper testing is essential to software quality and WP plugins should not be an exception. Every line of code, no matter how short or simple in its logic, is prone to errors and cannot be labeled as working, unless properly tested. Continuous testing and integration are key factors for establishing and maintaining code quality for software projects of all sizes.
The session aims at presenting simple guidelines to writing efficient unit-tests for your WP plugins, making use of utilities, such as wp-cli, some software quality tools, and some good coding practices in general.