예제 #1
0
파일: UrlTest.php 프로젝트: snikch/ergo
 public function testWithoutPath()
 {
     $url = new Ergo_Http_Url('http://example.org');
     $this->assertEqual($url->getPath(), '/');
 }