Esempio n. 1
0
 /**
  * @test
  */
 public function cantonName()
 {
     $cantonName = $this->faker->cantonName();
     $this->assertInternalType('string', $cantonName);
     $this->assertGreaterThan(2, strlen($cantonName));
 }