XV. PHPUnit

Inhaltsverzeichnis
Tutorial --  A short introduction to the test framework
PHPUnit --  Base class for running a testsuite
PHPUnit_TestCase --  Base class for creating a test suite class
PHPUnit_Assert --  Provides the assert*()-functions
PHPUnit_TestResult --  Analysing the result of a test run
PHPUnit_TestFailure --  Contains information about an occured failure while a test run.