Method | Description | |
---|---|---|
HolidayDataProvider ( ) : array | Returns a list of random test dates used for assertion of the holiday defined in this test | |
testHoliday ( integer $year, DateTime $expected ) | Tests the holiday defined in this test. | |
testHolidayType ( ) | Tests type of the holiday defined in this test. | |
testTranslation ( ) | Tests the translated name of the holiday defined in this test. |
public HolidayDataProvider ( ) : array | ||
return | array | list of test dates for the holiday defined in this test |
public testHoliday ( integer $year, DateTime $expected ) | ||
$year | integer | the year for which the holiday defined in this test needs to be tested |
$expected | DateTime | the expected date |
public testHolidayType ( ) |
public testTranslation ( ) |