You are here

public function PHPUnit_Util_Log_JSON::endTestSuite in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Util/Log/JSON.php \PHPUnit_Util_Log_JSON::endTestSuite()

A testsuite ended.

Parameters

PHPUnit_Framework_TestSuite $suite:

Overrides PHPUnit_Framework_TestListener::endTestSuite

File

vendor/phpunit/phpunit/src/Util/Log/JSON.php, line 158

Class

PHPUnit_Util_Log_JSON
A TestListener that generates JSON messages.

Code

public function endTestSuite(PHPUnit_Framework_TestSuite $suite) {
  $this->currentTestSuiteName = '';
  $this->currentTestName = '';
}