Documentation

DateTimeParserTest extends TestCase
in package

Table of Contents

testBadVCardDate()  : mixed
testBadVCardTime()  : mixed
testDateAndOrTime_DateTimeWithDayHour()  : mixed
testDateAndOrTime_DateTimeWithDayHourMinute()  : mixed
testDateAndOrTime_DateTimeWithDayHourMinuteSecond()  : mixed
testDateAndOrTime_DateTimeWithDayHourTZ()  : mixed
testDateAndOrTime_DateTimeWithDayHourZ()  : mixed
testDateAndOrTime_DateTimeWithMonthDayHour()  : mixed
testDateAndOrTime_DateTimeWithYearMonthDayHour()  : mixed
testDateAndOrTime_DateWithDay()  : mixed
testDateAndOrTime_DateWithMonth()  : mixed
testDateAndOrTime_DateWithMonthDay()  : mixed
testDateAndOrTime_DateWithYearMonth()  : mixed
testDateAndOrTime_DateWithYearMonthDay()  : mixed
testDateAndOrTime_TimeWithHour()  : mixed
testDateAndOrTime_TimeWithHourMinute()  : mixed
testDateAndOrTime_TimeWithHourSecond()  : mixed
testDateAndOrTime_TimeWithMinute()  : mixed
testDateAndOrTime_TimeWithMinuteSecond()  : mixed
testDateAndOrTime_TimeWithSecond()  : mixed
testDateAndOrTime_TimeWithSecondTZ()  : mixed
testDateAndOrTime_TimeWithSecondZ()  : mixed
testParseICalendarDate()  : mixed
testParseICalendarDateBadFormat()  : mixed
testParseICalendarDateGreaterThan4000()  : mixed
TCheck if a date with year > 4000 will not throw an exception. iOS seems to use 45001231 in yearly recurring events.
testParseICalendarDateInvalidDate()  : mixed
testParseICalendarDateTime()  : mixed
testParseICalendarDateTimeBadFormat()  : mixed
testParseICalendarDateTimeCustomTimeZone()  : mixed
testParseICalendarDateTimeGreaterThan4000()  : mixed
Check if a datetime with year > 4000 will not throw an exception. iOS seems to use 45001231T235959 in yearly recurring events.
testParseICalendarDateTimeInvalidTime()  : mixed
testParseICalendarDateTimeUTC()  : mixed
testParseICalendarDateTimeUTC2()  : mixed
testParseICalendarDuration()  : mixed
testParseICalendarDurationDateInterval()  : mixed
testParseICalendarDurationFail()  : mixed
testVCardDate()  : mixed
vcardDates()  : mixed
assertDateAndOrTimeEqualsTo()  : mixed

Methods

testDateAndOrTime_DateTimeWithDayHour()

public testDateAndOrTime_DateTimeWithDayHour() : mixed
Return values
mixed

testDateAndOrTime_DateTimeWithDayHourMinute()

public testDateAndOrTime_DateTimeWithDayHourMinute() : mixed
Return values
mixed

testDateAndOrTime_DateTimeWithDayHourMinuteSecond()

public testDateAndOrTime_DateTimeWithDayHourMinuteSecond() : mixed
Return values
mixed

testDateAndOrTime_DateTimeWithDayHourTZ()

public testDateAndOrTime_DateTimeWithDayHourTZ() : mixed
Return values
mixed

testDateAndOrTime_DateTimeWithDayHourZ()

public testDateAndOrTime_DateTimeWithDayHourZ() : mixed
Return values
mixed

testDateAndOrTime_DateTimeWithMonthDayHour()

public testDateAndOrTime_DateTimeWithMonthDayHour() : mixed
Return values
mixed

testDateAndOrTime_DateTimeWithYearMonthDayHour()

public testDateAndOrTime_DateTimeWithYearMonthDayHour() : mixed
Return values
mixed

testDateAndOrTime_DateWithDay()

public testDateAndOrTime_DateWithDay() : mixed
Return values
mixed

testDateAndOrTime_DateWithMonth()

public testDateAndOrTime_DateWithMonth() : mixed
Return values
mixed

testDateAndOrTime_DateWithMonthDay()

public testDateAndOrTime_DateWithMonthDay() : mixed
Return values
mixed

testDateAndOrTime_DateWithYearMonth()

public testDateAndOrTime_DateWithYearMonth() : mixed
Return values
mixed

testDateAndOrTime_DateWithYearMonthDay()

public testDateAndOrTime_DateWithYearMonthDay() : mixed
Return values
mixed

testDateAndOrTime_TimeWithHour()

public testDateAndOrTime_TimeWithHour() : mixed
Return values
mixed

testDateAndOrTime_TimeWithHourMinute()

public testDateAndOrTime_TimeWithHourMinute() : mixed
Return values
mixed

testDateAndOrTime_TimeWithHourSecond()

public testDateAndOrTime_TimeWithHourSecond() : mixed
Return values
mixed

testDateAndOrTime_TimeWithMinute()

public testDateAndOrTime_TimeWithMinute() : mixed
Return values
mixed

testDateAndOrTime_TimeWithMinuteSecond()

public testDateAndOrTime_TimeWithMinuteSecond() : mixed
Return values
mixed

testDateAndOrTime_TimeWithSecond()

public testDateAndOrTime_TimeWithSecond() : mixed
Return values
mixed

testDateAndOrTime_TimeWithSecondTZ()

public testDateAndOrTime_TimeWithSecondTZ() : mixed
Return values
mixed

testDateAndOrTime_TimeWithSecondZ()

public testDateAndOrTime_TimeWithSecondZ() : mixed
Return values
mixed

testParseICalendarDate()

public testParseICalendarDate() : mixed
Return values
mixed

testParseICalendarDateBadFormat()

public testParseICalendarDateBadFormat() : mixed
Tags
depends

testParseICalendarDate

Return values
mixed

testParseICalendarDateGreaterThan4000()

TCheck if a date with year > 4000 will not throw an exception. iOS seems to use 45001231 in yearly recurring events.

public testParseICalendarDateGreaterThan4000() : mixed
Return values
mixed

testParseICalendarDateInvalidDate()

public testParseICalendarDateInvalidDate() : mixed
Tags
depends

testParseICalendarDate

Return values
mixed

testParseICalendarDateTime()

public testParseICalendarDateTime() : mixed
Return values
mixed

testParseICalendarDateTimeBadFormat()

public testParseICalendarDateTimeBadFormat() : mixed
Tags
depends

testParseICalendarDateTime

Return values
mixed

testParseICalendarDateTimeCustomTimeZone()

public testParseICalendarDateTimeCustomTimeZone() : mixed
Tags
depends

testParseICalendarDateTime

Return values
mixed

testParseICalendarDateTimeGreaterThan4000()

Check if a datetime with year > 4000 will not throw an exception. iOS seems to use 45001231T235959 in yearly recurring events.

public testParseICalendarDateTimeGreaterThan4000() : mixed
Return values
mixed

testParseICalendarDateTimeInvalidTime()

public testParseICalendarDateTimeInvalidTime() : mixed
Tags
depends

testParseICalendarDateTime

Return values
mixed

testParseICalendarDateTimeUTC()

public testParseICalendarDateTimeUTC() : mixed
Tags
depends

testParseICalendarDateTime

Return values
mixed

testParseICalendarDateTimeUTC2()

public testParseICalendarDateTimeUTC2() : mixed
Tags
depends

testParseICalendarDateTime

Return values
mixed

testParseICalendarDuration()

public testParseICalendarDuration() : mixed
Return values
mixed

testParseICalendarDurationDateInterval()

public testParseICalendarDurationDateInterval() : mixed
Return values
mixed

testParseICalendarDurationFail()

public testParseICalendarDurationFail() : mixed
Return values
mixed

testVCardDate()

public testVCardDate(mixed $input, mixed $output) : mixed
Parameters
$input : mixed
$output : mixed
Tags
dataProvider

vcardDates

Return values
mixed

assertDateAndOrTimeEqualsTo()

protected assertDateAndOrTimeEqualsTo(mixed $date, mixed $parts) : mixed
Parameters
$date : mixed
$parts : mixed
Return values
mixed

Search results