public function testCreateResponse()
 {
     $response = new Response();
     // Ensure default response object creates a symfony response
     $this->assertInstanceOf('Symfony\\Component\\HttpFoundation\\Response', $response->getResponse());
 }