Пример #1
0
 function testProfileWithBadEmail()
 {
     $res = Gravatar_helper::profile_from_email('*****@*****.**');
     $this->assertNull($res);
 }