TestParser::testHTMLInVariable PHP 메소드

testHTMLInVariable() 공개 메소드

public testHTMLInVariable ( )
    function testHTMLInVariable()
    {
        $this->assertTrue(strpos($this->output, 'public mixed PHPDoctor\\Tests\\Data\\$varContainingHTMLToEscape = \'<strong>Escape me</strong>\''));
    }