コード例 #1
0
ファイル: TCKYearTest.php プロジェクト: celest-time/prototype
 /**
  * @dataProvider data_isValidMonthDay
  */
 public function test_isValidMonthDay(Year $year, $monthDay, $expected)
 {
     $this->assertEquals($year->isValidMonthDay($monthDay), $expected);
 }