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