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