RSPec is a great ruby test framework (for test driven development), anyone knows something like rspec but, for PHP?
+1
A:
PHPSpec is a Behaviour-Driven Development framework for php. I've not used it myself yet, though, so I can't comment on it specifically.
Daniel Vandersluis
2010-06-25 18:53:48
+2
A:
PHPUnit is the de-facto standard for UnitTesting in PHP.
It can do BD Testing to a limited extent.
Gordon
2010-06-25 19:05:24