Exemplo n.º 1
0
 public function testFalseAtInstantiation()
 {
     $url = new Url();
     $this->assertFalse($url->hasFragment());
 }