Example #1
0
 public function testLocalClockShowLocalTime()
 {
     $now = new \DateTime();
     $today = $now->setTime(0, 0, 0);
     $clock = new Local();
     $this->assertEquals($today, $clock->today());
 }