0

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.

TaylorOtwell
  • 7,177
  • 7
  • 32
  • 42

2 Answers2

2

Funnily enough, yours is a combination of two questions I asked some time ago :)

Community
  • 1
  • 1
Pekka
  • 442,112
  • 142
  • 972
  • 1,088
0

Enhance PHP has web-bases results and is very simple to install and use. It also has good documentation at http://www.enahance-php.com/

It is currently being actively developed to compete with other frameworks - it is downloadable for free from the website.

Fenton
  • 241,084
  • 71
  • 387
  • 401