Ejemplo n.º 1
0
 public function testGetByEmail_Invalid()
 {
     $user = $this->createUser();
     $this->user_service->save($user);
     $this->assertNull($this->user_service->getByEmail('*****@*****.**'));
 }