Tagged Questions

4
votes
4answers
276 views

PHP Unit Testing without a framework… Possible? Advisable?

When one starts searching for PHP unit tests, one usually stumbles upon: PHPUnit. SimpleTest. A plethora of blogs explaining how to use PHPUnit and SimpleTest. StackOverflow questions about PHPUnit ...