Beispiel #1
0
 public function testGetResponseEncoder()
 {
     $obj = $this->object->getResponseEncoder();
     $this->assertEquals(get_class($obj), 'Scaffold_Response_Compressor');
 }