la.wordcamp.org
How to start testing an existing WordPress plugin with PHPUnit
PHPUnit is the standard PHP testing framework, but getting it working with a WordPress plugin is challenging. If you ever wanted to start adding automated tests to your code, but did not know how a…