protected function PHPUnit_Util_TestDox_ResultPrinter_Text::endClass in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/Text.php \PHPUnit_Util_TestDox_ResultPrinter_Text::endClass()
Handler for 'end class' event.
Parameters
string $name:
Overrides PHPUnit_Util_TestDox_ResultPrinter::endClass
File
- vendor/
phpunit/ phpunit/ src/ Util/ TestDox/ ResultPrinter/ Text.php, line 50
Class
- PHPUnit_Util_TestDox_ResultPrinter_Text
- Prints TestDox documentation in text format.
Code
protected function endClass($name) {
$this
->write("\n");
}