Faker\Provider\ng_NG\AddressTest::testCountyIsAValidString PHP Méthode

testCountyIsAValidString() public méthode

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