PHPUnit_Util_TestDox_ResultPrinter_Text::startClass PHP Method

startClass() protected method

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