예제 #1
0
 public function testInvalidStringShouldFailValidation()
 {
     $this->assertFalse(v::noWhitespace()->validate("abcdef 01234"));
 }