public function testLength()
 {
     $res = new \Slim\Http\Response('foo');
     // <-- Sets body and length
     $this->assertEquals(3, $res->getLength());
 }