public function testWrapAroundDayBackwards() { // $this->markTestSkipped(); $clock = new Clock(5, 32); $clock->sub(25 * 60); $this->assertEquals('04:32', $clock->__toString()); }