vote up 5 vote down star
6

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.

flag

3 Answers

vote up 1 vote down check

I don't think either is going away anytime soon. Simpletest is maintained by a small, but involved group of people.

PHPUnit seems to have a bigger userbase, which may count as an argument for switching. I'm quite happy with Simpletest though.

link|flag
vote up 1 vote down

I haven't used SimpleTest myself, so I can't say much in a way of comparison. Just by observation though, the PHPUnit syntax seems much more verbose.

The PHPUnit Manual is a great source of documentation, and covers most areas of the framework. My only complaint about the manual is that some areas lack detail.

My main reason for using PHPUnit over SimpleTest is that it has great Phing integration.

link|flag
SimpleTest 1.0.1 beta+ seems supported by Phing 2.3.x as per their user guide: phing.info/docs/guide/…. – lpfavreau Nov 11 '08 at 13:17
vote up 0 vote down

I just answered a similar question and added that there's phpt. phpt also integrates into PHPUnit.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.