Ejemplo n.º 1
0
 public function testConstructorFull()
 {
     $duration = new Duration(1, 1, 1, 1, 1, 1);
     $this->assertEquals('P1Y1M1DT1H1M1S', $duration->toString());
     $this->assertEquals('1.1.1.1.1.1', $duration->format('%y.%m.%d.%h.%i.%s'));
 }