function testProfileWithBadEmail()
 {
     $res = Gravatar_helper::profile_from_email('*****@*****.**');
     $this->assertNull($res);
 }