Esempio n. 1
0
 public function testItIsTrimesterOfYearWrongBoundsThrowsException()
 {
     $this->setExpectedException(Exception::class);
     $date = new DateTime('05-12-2016');
     Assert::isTrimesterOfYear($date, 100);
 }