protected function PHPUnit_Util_TestDox_ResultPrinter_HTML::endClass in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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>');
}