예제 #1
0
 public function testEmptyQueryString()
 {
     $link = new Link('http://localhost/md.php');
     $this->assertEquals('', $link->getQueryString());
 }