Beispiel #1
0
 public function testCheckHtml()
 {
     $legalText = 'xoxo';
     $this->assertEquals($legalText, Tools::checkHtml($legalText));
 }