PHPUnit_Util_TestDox_ResultPrinter_Text::endClass PHP Method

endClass() protected method

Handler for 'end class' event.
protected endClass ( string $name )
$name string
    protected function endClass($name)
    {
        $this->write("\n");
    }
PHPUnit_Util_TestDox_ResultPrinter_Text