unittest\Output::send_linebreak PHP 메소드

send_linebreak() 공개 메소드

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