public function testSetCompressedGzipSize()
 {
     $this->response->setCompressedGzipSize(123);
     $this->assertEquals(123, $this->response->getCompressedGzipSize());
 }