- Table des matières
- 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.
Fournit un framework simple pour créer une application de test afin
d'automatiser le test des classes et fonctions.