Example #1
0
 /**
  * Test the querystring getter.
  */
 public function testQuerystringGetter()
 {
     $route = new Route('?abc=1');
     $this->assertEquals('abc=1', $route->getQuerystring());
 }