SimpleTest

SimpleTest is an open source Unit test framework for the PHP programming language and was created by Marcus Baker. The test structure is similar to JUnit/PHPUnit. SimpleTest can be used to automate the regression testing of web applications with scriptable mock objects.

With SimpleMail extensions SimpleTest can be used a way of testing for successful transfer of emails. This is a very useful addition for testing websites or scripts that send emails as a part of a registration or purchase transaction for example.

SimpleTest is an important tool for Test-driven development of software written in PHP.

Add Ons

Docs / Articles / Tutorials

Projects Using Simple Test