public function testGetUri()
 {
     $response = new Response('foo');
     $this->assertEquals('foo', $response->getContent(), '->getContent() returns the content of the response');
 }