public function testSetCompileTime()
 {
     $this->response->setCompileTime(123);
     $this->assertEquals(123, $this->response->getCompileTime());
 }