Exemplo n.º 1
0
 public function testSetCompressedGzipSize()
 {
     $this->response->setCompressedGzipSize(123);
     $this->assertEquals(123, $this->response->getCompressedGzipSize());
 }