Example #1
0
 public function testTokenEndPointUrl()
 {
     $this->configuration->setTokenEndPointUrl('TestTokenEndPointUrlSetter');
     $this->assertEquals('TestTokenEndPointUrlSetter', $this->configuration->getTokenEndPointUrl());
 }