예제 #1
0
파일: StringTest.php 프로젝트: jarick/bx
 public function testEscape()
 {
     $should = '<input type="text" value="значение">';
     $be = '<input type="text" value="значение">';
     $this->assertEquals($this->string->escape($be), $should);
 }