예제 #1
0
 /**
  * @return bool
  */
 public function isLeap()
 {
     return $this->year->isLeap();
 }
예제 #2
0
 public function testFromNative()
 {
     $this->assertEquals(2015, Year::fromNative(new \Datetime('2015-01-23'))->getValue());
 }