Example #1
0
 public function testFragmentIsAlwaysNull()
 {
     $uri = new FileUri('file:///foo/bar#fragment');
     $this->assertNull($uri->getFragment());
 }