예제 #1
0
 public function testItShouldCheckIfIsPastThrowsException()
 {
     $this->setExpectedException(Exception::class);
     Assert::isPastDate(new DateTime('now'));
 }