Exemplo n.º 1
0
 /**
  * @return static
  */
 public static function now()
 {
     return new static(Year::now(), Month::now(), Day::now());
 }
Exemplo n.º 2
0
 public function testGetMaximum()
 {
     $this->assertEquals(12, Month::now()->getMaximum());
 }