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