Esempio n. 1
0
 public function testGetSetResourceOwnerName()
 {
     $this->assertEquals('github', $this->token->getResourceOwnerName());
     $this->token->setResourceOwnerName('foobar');
     $this->assertEquals('foobar', $this->token->getResourceOwnerName());
 }