Beispiel #1
0
 public function testFromNative()
 {
     $this->assertEquals(23, Minute::fromNative(new \Datetime('11:23:55'))->getValue());
 }