Tutorial | PHPUnit::TestCase |
PHPUnit | |
PEAR Manual | |
require_once 'PHPUnit.php'; |
object PHPUnit::run (
object $suite
)
Executes the given test suite
object $suite - an object of PHPUnit_TestSuite
&PHPUnit_Result - A reference to a PHPUnit_Result.
Using PHPUnit::run()
|
Tutorial | PHPUnit::TestCase |
PHPUnit | |
PEAR Manual | |