public function testTranslateURIDashesWorks()
 {
     $routes = new RouteCollection();
     $routes->setTranslateURIDashes(true);
     $this->assertEquals(true, $routes->shouldTranslateURIDashes());
 }