示例#1
0
文件: UrlTest.php 项目: snikch/ergo
 public function testWithoutPath()
 {
     $url = new Ergo_Http_Url('http://example.org');
     $this->assertEqual($url->getPath(), '/');
 }