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