Esempio n. 1
0
 public function testDisplayNameSetToIdWhenNotSpecified()
 {
     $grantee = new Grantee('1234567890');
     $this->assertEquals('1234567890', $grantee->getId());
     $this->assertEquals('1234567890', $grantee->getDisplayName());
 }