コード例 #1
0
ファイル: UtilTest.php プロジェクト: aiddroid/utilphp
 public function test_htmlspecialchars()
 {
     $this->assertEquals('One & Two', util::htmlspecialchars('One & Two'));
     $this->assertEquals('One & Two', util::htmlspecialchars('One & Two', TRUE));
 }