/**
  * @expectedException \Celest\IllegalArgumentException
  */
 public function test_appendValueReduced_date_maxWidthLessThanMin()
 {
     $this->builder->appendValueReduced2(ChronoField::YEAR(), 2, 1, LocalDate::of(2000, 1, 1));
 }