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