Esempio n. 1
0
 public function testWithoutPath()
 {
     $url = new Ergo_Http_Url('http://example.org');
     $this->assertEqual($url->getPath(), '/');
 }