コード例 #1
0
ファイル: MinuteTest.php プロジェクト: nark3d/PhalueObjects
 public function testFromNative()
 {
     $this->assertEquals(23, Minute::fromNative(new \Datetime('11:23:55'))->getValue());
 }