views:

32

answers:

1

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