コード例 #1
0
ファイル: AddressTest.php プロジェクト: Wookashlab/MainRepo
 /**
  * @test
  */
 public function cantonShort()
 {
     $cantonShort = $this->faker->cantonShort();
     $this->assertInternalType('string', $cantonShort);
     $this->assertEquals(2, strlen($cantonShort));
 }