コード例 #1
0
 public function testMunicipality()
 {
     $municipality = $this->faker->municipality();
     $this->assertNotEmpty($municipality);
     $this->assertInternalType('string', $municipality);
 }