Ejemplo n.º 1
0
 public function testUrlReconstruction()
 {
     /*//
     	test that the url reconstruction builds accurate urls from the parsed
     	request data.
     	//*/
     $router = new Nether\Avenue\Router(static::$RequestData['TestQuery']);
     (new Verify('check that GetURL() reconstructed an accurate URL.', $router->GetURL()))->equals('http://www.nether.io/test');
     return;
 }