コード例 #1
0
ファイル: hasFragmentTest.php プロジェクト: bogdananton/vsc
 public function testFalseAtInstantiation()
 {
     $url = new Url();
     $this->assertFalse($url->hasFragment());
 }