示例#1
0
 public function testAccountReturnsAccountWithMatchingIdentity()
 {
     $identity = $this->test_email;
     $acc = Account::findByIdentity($identity);
     $this->assertEquals($identity, $acc->getIdentity());
 }