show/hide this revision's text 2 tidy

php unit-testswhich unit-test framework for PHP: simpletest, phpunit or ?

Which PHP testing framework and why?

I'm a big fan of simpletest because it's what I know. It has excellent support for mocking and web-testing.

But I'm always scared of stagnating so any compelling arguments to switch would be appreciated..appreciated.

show/hide this revision's text 1

php unit-tests: simpletest, phpunit or ?

Which PHP testing framework and why?

I'm a big fan of simpletest because it's what I know. But I'm always scared of stagnating so any compelling arguments to switch would be appreciated...