예제 #1
0
 public function testGetAuthIdentifier()
 {
     $person = new Person();
     $person->id = 1;
     $this->assertEquals($person->id, $person->getAuthIdentifier());
 }