コード例 #1
0
ファイル: ValidatorTest.php プロジェクト: comm1x/vacuum
 public function test_is()
 {
     $array = ['login' => '*****@*****.**'];
     $this->assertFalse(Vacuum::isValidData($array, ['undef' => 'req, max10']));
 }