Documentation

RecurTest extends TestCase
in package
Uses PHPUnitAssertions

Table of Contents

assertVObjectEqualsVObject()  : mixed
This method tests whether two vcards or icalendar objects are semantically identical.
testGetJSONWithCount()  : mixed
testGetJSONWithUntil()  : mixed
testParts()  : mixed
testSetSubParts()  : mixed
testSetValueBadVal()  : mixed
testSetValueWithCount()  : mixed
testValidateAllInvalidByWeekNoWithRepair()  : mixed
testValidateAllInvalidByYearDayWithRepair()  : mixed
testValidateInvalidByMonthRruleMultipleWithRepair()  : mixed
testValidateInvalidByMonthRruleValue14WithRepair()  : mixed
testValidateInvalidByMonthRruleWithoutRepair()  : mixed
testValidateInvalidByMonthRruleWithoutRepair2()  : mixed
testValidateInvalidByMonthRruleWithRepair()  : mixed
testValidateInvalidByMonthRruleWithRepair2()  : mixed
testValidateInvalidByWeekNoWithoutRepair()  : mixed
testValidateInvalidByWeekNoWithRepair()  : mixed
testValidateInvalidByYearDayWithoutRepair()  : mixed
testValidateInvalidByYearDayWithRepair()  : mixed
testValidateMultipleInvalidByWeekNoWithRepair()  : mixed
testValidateMultipleInvalidByYearDayWithRepair()  : mixed
testValidateOneOfManyInvalidByMonthRruleWithRepair()  : mixed
testValidateRruleBySecondZero()  : mixed
test for issue #336.
testValidateStripEmpties()  : mixed
testValidateStripNoFreq()  : mixed
testValidateValidByMonthRrule()  : mixed
testValidateValidByWeekNoWithRepair()  : mixed
testValidateValidByYearDayWithRepair()  : mixed

Methods

assertVObjectEqualsVObject()

This method tests whether two vcards or icalendar objects are semantically identical.

public assertVObjectEqualsVObject(resource|string|Component $expected, resource|string|Component $actual[, string $message = '' ]) : mixed

It supports objects being supplied as strings, streams or Sabre\VObject\Component instances.

PRODID is removed from both objects as this is often changes and would just get in the way.

CALSCALE will automatically get removed if it's set to GREGORIAN.

Any property that has the value ANY will be treated as a wildcard.

Parameters
$expected : resource|string|Component
$actual : resource|string|Component
$message : string = ''
Return values
mixed

testGetJSONWithCount()

public testGetJSONWithCount() : mixed
Return values
mixed

testGetJSONWithUntil()

public testGetJSONWithUntil() : mixed
Return values
mixed

testParts()

public testParts() : mixed
Return values
mixed

testSetSubParts()

public testSetSubParts() : mixed
Return values
mixed

testSetValueBadVal()

public testSetValueBadVal() : mixed
Return values
mixed

testSetValueWithCount()

public testSetValueWithCount() : mixed
Return values
mixed

testValidateAllInvalidByWeekNoWithRepair()

public testValidateAllInvalidByWeekNoWithRepair() : mixed
Return values
mixed

testValidateAllInvalidByYearDayWithRepair()

public testValidateAllInvalidByYearDayWithRepair() : mixed
Return values
mixed

testValidateInvalidByMonthRruleMultipleWithRepair()

public testValidateInvalidByMonthRruleMultipleWithRepair() : mixed
Return values
mixed

testValidateInvalidByMonthRruleValue14WithRepair()

public testValidateInvalidByMonthRruleValue14WithRepair() : mixed
Return values
mixed

testValidateInvalidByMonthRruleWithoutRepair()

public testValidateInvalidByMonthRruleWithoutRepair() : mixed
Return values
mixed

testValidateInvalidByMonthRruleWithoutRepair2()

public testValidateInvalidByMonthRruleWithoutRepair2() : mixed
Return values
mixed

testValidateInvalidByMonthRruleWithRepair()

public testValidateInvalidByMonthRruleWithRepair() : mixed
Return values
mixed

testValidateInvalidByMonthRruleWithRepair2()

public testValidateInvalidByMonthRruleWithRepair2() : mixed
Return values
mixed

testValidateInvalidByWeekNoWithoutRepair()

public testValidateInvalidByWeekNoWithoutRepair() : mixed
Return values
mixed

testValidateInvalidByWeekNoWithRepair()

public testValidateInvalidByWeekNoWithRepair() : mixed
Return values
mixed

testValidateInvalidByYearDayWithoutRepair()

public testValidateInvalidByYearDayWithoutRepair() : mixed
Return values
mixed

testValidateInvalidByYearDayWithRepair()

public testValidateInvalidByYearDayWithRepair() : mixed
Return values
mixed

testValidateMultipleInvalidByWeekNoWithRepair()

public testValidateMultipleInvalidByWeekNoWithRepair() : mixed
Return values
mixed

testValidateMultipleInvalidByYearDayWithRepair()

public testValidateMultipleInvalidByYearDayWithRepair() : mixed
Return values
mixed

testValidateOneOfManyInvalidByMonthRruleWithRepair()

public testValidateOneOfManyInvalidByMonthRruleWithRepair() : mixed
Return values
mixed

testValidateRruleBySecondZero()

test for issue #336.

public testValidateRruleBySecondZero() : mixed
Return values
mixed

testValidateStripEmpties()

public testValidateStripEmpties() : mixed
Return values
mixed

testValidateStripNoFreq()

public testValidateStripNoFreq() : mixed
Return values
mixed

testValidateValidByMonthRrule()

public testValidateValidByMonthRrule() : mixed
Return values
mixed

testValidateValidByWeekNoWithRepair()

public testValidateValidByWeekNoWithRepair() : mixed
Return values
mixed

testValidateValidByYearDayWithRepair()

public testValidateValidByYearDayWithRepair() : mixed
Return values
mixed

Search results