mageekguy\atoum\report\fields\runner\event\santa::clear PHP Method

clear() protected method

protected clear ( )
    protected function clear()
    {
        if (empty($this->santa) === false) {
            $lines = explode(PHP_EOL, $this->santa);
            return "[" . (sizeof($lines) - 1) . "F";
        }
        return '';
    }