Inheritance: extends Bluz\Validator\Rule\AbstractCtypeRule
Beispiel #1
0
 /**
  * Check templates
  */
 public function testTemplates()
 {
     $validator = new Alpha();
     $this->assertNotEmpty($validator->__toString());
     $validator = new Alpha('[]');
     $this->assertNotEmpty($validator->__toString());
 }