Automate WordPress Plugin Unit Testing With PHPUnit and PHP Storm
If you decide to develop WordPress plugins without the use of automated unit testing, you are setting yourself up for a great deal of wasted time over the long term. Automated unit testing allows one to validate the quality of code, reduce the likelihood of software bugs appearing in production, and easily verifies the compatibility […]
Continue Reading...