public function testLetztesDatumEinerWocheMitZuKleinerWoche()
 {
     $this->setExpectedException('DatumException');
     Datum::lastDateFromWeekNumberOfCurrentYear(0);
 }