예제 #1
0
 /**
  * @test
  */
 public function testRegion()
 {
     $region = $this->faker->region();
     $this->assertNotEmpty($region);
     $this->assertInternaltype('string', $region);
 }