spec\Crummy\Phlack\Common\Formatter\LinkFormatterSpec::it_formats_html_links PHP Метод

    public function it_formats_html_links()
    {
        $this->format('Hello, <a href="http://example.com/">link</a> is an example in HTML.')->shouldContain('<http://example.com/|link>');
    }