Ejemplo n.º 1
0
 public function testNotEmptyValidation()
 {
     $v = new NotEmpty();
     $this->assertTrue($v->isValid('notEmpty'));
 }