TestParser::testHTMLInVariable PHP Method

testHTMLInVariable() public method

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