unittest\Output::send_linebreak PHP Method

send_linebreak() public method

Sends a line break to the output with a border.
public send_linebreak ( $type = null ) : void
return void
    public function send_linebreak($type = null)
    {
        $this->send(sprintf("%s--------------------------------------------%s", PHP_EOL, PHP_EOL), $type);
    }