You are here

protected function PHPUnit_Util_TestDox_ResultPrinter_HTML::endClass in Zircon Profile 8

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

Handler for 'end class' event.

Parameters

string $name:

Overrides PHPUnit_Util_TestDox_ResultPrinter::endClass

File

vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/HTML.php, line 68

Class

PHPUnit_Util_TestDox_ResultPrinter_HTML
Prints TestDox documentation in HTML format.

Code

protected function endClass($name) {
  $this
    ->write('</ul>');
}