예제 #1
0
 public function test_is()
 {
     $array = ['login' => '*****@*****.**'];
     $this->assertFalse(Vacuum::isValidData($array, ['undef' => 'req, max10']));
 }