Exemplo n.º 1
0
 public function testStripTags()
 {
     $str = '<p>text</p>';
     $this->assertEquals('text', $this->_block->stripTags($str));
 }