Пример #1
0
 public function testFromString()
 {
     $this->assertEquals(23, Minute::fromString('23')->getValue());
 }