For every new release of WordPress, plugin and theme developers are expected to test that their products are compatible with the new version, and to update their "Compatible up to" status. But if you have lots and lots of plugins, how do you test them all? WordPress uses a tool called PHPUnit. Plugins and themes can do the same. This post discusses the solution that I've been developing to PHPUnit test my WordPress plugins in situ.
The post How to run PHPUnit tests for WordPress plugins in situ appeared first on herb miller.