Exemplo n.º 1
0
 /**
  * @dataProvider data_isValidMonthDay
  */
 public function test_isValidMonthDay(Year $year, $monthDay, $expected)
 {
     $this->assertEquals($year->isValidMonthDay($monthDay), $expected);
 }