/**
  * @expectedException \Celest\DateTimeException
  */
 public function test_withMonth_tooSmall()
 {
     $this->TEST_DATE_TIME->withMonth(0);
 }