Esempio n. 1
0
 /**
  *
  */
 public function testGetValue()
 {
     $month = new Month(new \DateTime('1987-06-18'));
     $this->assertEquals('1987-06', $month->getValue());
 }