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