PHP Unit Testing

Imagine a world where your code is tested for bugs before each and every deployment. Where your code can tell if anything broke since the last time you shipped. Where your development environment points out any mistakes you made so you can fix them before a customer calls to complain.

That world exists. And you can get there today.

Unit testing isn’t glamorous, but it will save you time down the road and make your application more robust. I will introduce you to testing best practices and tools you can use in your WordPress development environment so that your themes and plugins are a leg above the competition.