Ejemplo n.º 1
0
 public function testLetztesDatumEinerWocheMitZuKleinerWoche()
 {
     $this->setExpectedException('DatumException');
     Datum::lastDateFromWeekNumberOfCurrentYear(0);
 }