Exemplo n.º 1
0
 public function testCity()
 {
     $city = $this->faker->city();
     $this->assertNotEmpty($city);
     $this->assertInternalType('string', $city);
     $this->assertRegExp('/[A-Z][a-z]+/', $city);
 }
Exemplo n.º 2
0
 public function testCity()
 {
     $city = $this->faker->city();
     $this->assertNotEmpty($city);
     $this->assertInternalType('string', $city);
 }