getTrustRoot() public method

public getTrustRoot ( ) : string
return string client trust root (realm).
Esempio n. 1
0
 /**
  * @depends testSetGet
  */
 public function testGetDefaults()
 {
     $client = new OpenId();
     $this->assertNotEmpty($client->getTrustRoot(), 'Unable to get default trust root!');
     $this->assertNotEmpty($client->getReturnUrl(), 'Unable to get default return URL!');
 }