fzaninotto / Faker

Faker is a PHP library that generates fake data for you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add zh_CN PhoneNumber TestCase & TollFreePhoneNumber API & E164PhoneNumber API

Guxinpei opened this issue · comments

commented

Summary

zh_CN lose PhoneNumber TestCase & TollFreePhoneNumber API & E164PhoneNumber API

Versions

Version
PHP any
fzaninotto/faker any

Self-enclosed code snippet for reproduction

    use Faker\Provider\zh_CN\PhoneNumber;
    $faker = new Generator();
    $faker = new PhoneNumber($faker)
    $number = $this->faker->phoneNumber;
    $e164PhoneNumber = $this->faker->e164PhoneNumber;

Expected output

   //Don't expected anything ,cause we don't have it

Actual output

    //anyway