Exemplo n.º 1
0
 public function testptext()
 {
     $p = new element('p', array('text' => 'should be <p> tag'));
     $this->assertEquals($p->asHtml(), '<p>should be &lt;p&gt; tag</p>');
 }