You are here

public function PHPUnit_Util_TestDox_ResultPrinter::startTestSuite in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php \PHPUnit_Util_TestDox_ResultPrinter::startTestSuite()

A testsuite started.

@since Method available since Release 2.2.0

Parameters

PHPUnit_Framework_TestSuite $suite:

Overrides PHPUnit_Framework_TestListener::startTestSuite

File

vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php, line 190

Class

PHPUnit_Util_TestDox_ResultPrinter
Base class for printers of TestDox documentation.

Code

public function startTestSuite(PHPUnit_Framework_TestSuite $suite) {
}