Example #1
0
 public function testGetDefaults()
 {
     $client = new Client();
     $this->assertNotEmpty($client->getName(), 'Unable to get default name!');
     $this->assertNotEmpty($client->getTitle(), 'Unable to get default title!');
     $this->assertNotNull($client->getViewOptions(), 'Unable to get default view options!');
     $this->assertNotNull($client->getNormalizeUserAttributeMap(), 'Unable to get default normalize user attribute map!');
 }