public function setUp()
 {
     $this->chainClass = 'Psc\\Form\\I18nWrapperValidatorRule';
     $this->languages = array('fr', 'de');
     $this->emptyDefaultValue = self::la(NULL, NULL);
     parent::setUp();
 }
 public function setUp()
 {
     $this->chainClass = 'Psc\\Form\\DateTimeValidatorRule';
     parent::setUp();
     $this->rule = new DateTimeValidatorRule();
 }