PHPUnit

Inhoudsopgave
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.

Levert een simpel framewerk voor het creëren van test applicaties voor het automatiseren van het testen van functies en classen.