Inheritance: extends LocalizedValidation
コード例 #1
0
ファイル: CzValidationTest.php プロジェクト: cewi/localized
 /**
  * test the postal method of CzValidation
  *
  * @return void
  */
 public function testPostal()
 {
     $this->assertTrue(CzValidation::postal('123 45'));
     $this->assertFalse(CzValidation::postal('95616'));
 }