public function testSetCompiledCode()
 {
     $this->response->setCompiledCode('foo');
     $this->assertEquals('foo', $this->response->getCompiledCode());
 }