Exemplo n.º 1
0
 public function testHost()
 {
     $url = new Url('http://www.example.com/');
     $this->assertEquals('www.example.com', $url->getHostname());
 }