1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-24 09:19:50 +01:00

Update Internet.php

This commit is contained in:
Massimiliano Arione 2013-11-13 10:16:34 +01:00
parent c0311f607f
commit d7a7a4fbfb

View File

@ -7,6 +7,14 @@ class Internet extends \Faker\Provider\Internet
protected static $freeEmailDomain = array('gmail.com', 'yahoo.com', 'hotmail.com', 'email.it', 'libero.it', 'yahoo.it');
protected static $tld = array('com', 'com', 'com', 'net', 'org', 'it', 'it', 'it');
/**
* @{inheritdoc}
*/
public function userName()
{
return static::toAscii(parent::userName());
}
/**
* Converts Italian characters to their ASCII representation
*