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