/**
  * @expectedException LogicException
  */
 public function testPrefixNonpersisted()
 {
     $route = new Route();
     $route->getPattern();
 }