- Table of Contents
- Tutorial --
A short tutorial about PHPUnit
- PHPUnit::run() -- runs a TestSuite and returns a TestResult object.
- PHPUnit::TestCase --
A TestCase defines the fixture to run multiple tests.
Provides a simple framework for creating a test application to
automate testing of functions and classes.