예제 #1
0
 public function testGetAuthPassword()
 {
     $person = new Person(['password' => 'test']);
     $this->assertEquals($person->password, $person->getAuthPassword());
 }