예제 #1
0
파일: UrlTest.php 프로젝트: nagyist/qti-sdk
 public function testTrim()
 {
     $this->assertEquals("hello", Url::trim("/hello/\n"));
 }