Example #1
0
 /**
  * @dataProvider data_atMonthDay
  */
 public function test_atMonthDay(Year $year, MonthDay $monthDay, LocalDate $expected)
 {
     $this->assertEquals($year->atMonthDay($monthDay), $expected);
 }