Ejemplo n.º 1
0
 /**
  * Test initial values of Response properties
  */
 public function testSetGetReasonPhrase()
 {
     $this->response->setReasonPhrase('OK');
     $this->assertEquals('OK', $this->response->getReasonPhrase());
 }