Documentation

InfiniteLoopProblemTest extends TestCase
in package

Table of Contents

$vcal  : VCalendar
setUp()  : void
testFastForwardTooFar()  : mixed
This bug came from a Fruux customer. This would result in a never-ending request.
testYearlyByMonthLoop()  : mixed
Different bug, also likely an infinite loop.
testZeroInterval()  : mixed
Something, somewhere produced an ics with an interval set to 0. Because this means we increase the current day (or week, month) by 0, this also results in an infinite loop.

Properties

Methods

testFastForwardTooFar()

This bug came from a Fruux customer. This would result in a never-ending request.

public testFastForwardTooFar() : mixed
Return values
mixed

testYearlyByMonthLoop()

Different bug, also likely an infinite loop.

public testYearlyByMonthLoop() : mixed
Return values
mixed

testZeroInterval()

Something, somewhere produced an ics with an interval set to 0. Because this means we increase the current day (or week, month) by 0, this also results in an infinite loop.

public testZeroInterval() : mixed
Return values
mixed

Search results