Ejemplo n.º 1
0
 public function testTestingAidsWithTestNowSet()
 {
     $notNow = IntlCarbon::yesterday();
     IntlCarbon::setTestNow($notNow);
     $this->assertTrue(IntlCarbon::hasTestNow());
     $this->assertSame($notNow, IntlCarbon::getTestNow());
 }