Esempio n. 1
0
 /**
  * @covers SimplyDO\OAuthResponse::setErrorId
  * @covers SimplyDO\OAuthResponse::getErrorId
  */
 public function testShouldSetAndGetErrorId()
 {
     $this->model->setErrorId('not_found');
     $this->assertEquals('not_found', $this->model->getErrorId());
 }