PHP 클래스 Yasumi\tests\Spain\ImmaculateConceptionTest

상속: extends SpainBaseTestCase, implements Yasumi\tests\YasumiTestCaseInterface
파일 보기 프로젝트 열기: azuyalabs/yasumi

공개 메소드들

메소드 설명
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.

메소드 상세

HolidayDataProvider() 공개 메소드

Returns a list of random test dates used for assertion of the holiday defined in this test.
public HolidayDataProvider ( ) : array
리턴 array list of test dates for the day of the holiday defined in this test

testHoliday() 공개 메소드

Tests 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

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 ( )