| 1 | <?php |
| 2 | |
| 3 | namespace Faker\Provider\fr_CH; |
| 4 | |
| 5 | class Internet extends \Faker\Provider\Internet |
| 6 | { |
| 7 | protected static $freeEmailDomain = array('gmail.com', 'hotmail.com', 'yahoo.com', 'googlemail.com', 'gmx.ch', 'bluewin.ch', 'swissonline.ch'); |
| 8 | protected static $tld = array('com', 'com', 'com', 'net', 'org', 'li', 'ch', 'ch'); |
| 9 | } |
| 10 |