/** * @test */ public function testDistrict() { $district = $this->faker->district(); $this->assertNotEmpty($district); $this->assertInternalType('string', $district); }