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