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