Example #1
0
 public function testWrapAroundDay()
 {
     // $this->markTestSkipped();
     $clock = new Clock(5, 32);
     $clock->add(25 * 60);
     $this->assertEquals('06:32', $clock->__toString());
 }