コード例 #1
0
ファイル: TestingAidsTest.php プロジェクト: hmlb/date
 public function testTestingAidsWithTestNowSet()
 {
     $notNow = Date::yesterday();
     Date::setTestNow($notNow);
     $this->assertTrue(Date::hasTestNow());
     $this->assertSame($notNow, Date::getTestNow());
 }