Esempio n. 1
0
 public function testConstructorSetsResponseObject()
 {
     $response = new HTTPResponse(200, array());
     $token = new RequestToken($response);
     $this->assertType('\\Zend\\Http\\Response\\Response', $token->getResponse());
 }