Does anyone has any insight on unit-testing wordpress plugins with Simpletest, or other testing packages?
A:
I've never worked with Wordpress or its plugin architecture. However I would like to say SimpleTest is seriously outdated. PHPUnit has way more features and is actively maintained. A quick search yielded this: http://github.com/johnbintz/mockpress
Eric Butera
2010-02-01 19:43:54