public function testRecurseParams()
 {
     $c = new Controller($this->params, 'GET');
     $after = $c->recurseParams($this->routes['routes'][0]['pcheck']);
     $this->assertNotNull($after);
 }