Faker\Provider\ng_NG\AddressTest::testCountyIsAValidString PHP Метод

testCountyIsAValidString() публичный Метод

Test the name of the Nigerian State/County
    public function testCountyIsAValidString()
    {
        $county = $this->faker->county;
        $this->assertNotEmpty($county);
        $this->assertInternalType('string', $county);
    }