public function testNoCmfRoute() {
$defaults = array(
RouteObjectInterface::ROUTE_OBJECT => $this
->buildMock('Symfony\\Component\\Routing\\Route'),
);
$this
->assertEquals($defaults, $this->mapper
->enhance($defaults, $this->request));
}