Is there a decent PHP unit testing framework that display the test report as a webpage and has current documentation. SimpleTest's documentation isn't reliable. Even the "Getting Started" page has errors.
I would like a simple alternative to PHPUnit that allows you to just get started writing tests quickly.