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