コード例 #1
0
ファイル: ToolsTest.php プロジェクト: SharkIng/ss-panel
 public function testCheckHtml()
 {
     $legalText = 'xoxo';
     $this->assertEquals($legalText, Tools::checkHtml($legalText));
 }