PHP Класс Yasumi\tests\UnitedKingdom\BoxingDayTest

Наследование: extends UnitedKingdomBaseTestCase, implements Yasumi\tests\YasumiTestCaseInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
HolidayDataProvider ( ) : array Returns a list of test dates
testHoliday ( integer $year, string $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.

Описание методов

HolidayDataProvider() публичный Метод

Returns a list of test dates
public HolidayDataProvider ( ) : array
Результат array list of test dates for the holiday defined in this test

testHoliday() публичный Метод

Tests the holiday defined in this test.
public testHoliday ( integer $year, string $expected )
$year integer the year for which the holiday defined in this test needs to be tested
$expected string the expected date

testHolidayType() публичный Метод

Tests type of the holiday defined in this test.
public testHolidayType ( )

testTranslation() публичный Метод

Tests the translated name of the holiday defined in this test.
public testTranslation ( )