/**
  * @dataProvider URIProvider
  */
 public function testRequestUri($expected, $in)
 {
     $this->assertEquals($expected, $this->_v->verifyRequestURI($in));
 }