Exemplo n.º 1
0
 public function testEscapeHtmlText()
 {
     $text = new Text('<script></script>');
     $this->assertEquals('&lt;script&gt;&lt;/script&gt;', $text->escapeHtml());
 }