コード例 #1
0
ファイル: UrlTest.php プロジェクト: nagyist/qti-sdk
 public function testTrim()
 {
     $this->assertEquals("hello", Url::trim("/hello/\n"));
 }