|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\VObject\Component\VCalendarTest:
Collaboration diagram for Sabre\VObject\Component\VCalendarTest:Public Member Functions | |
| testExpand ($input, $output, $timeZone='UTC', $start='2011-12-01', $end='2011-12-31') | |
| @dataProvider expandData More... | |
| expandData () | |
| testBrokenEventExpand () | |
| @expectedException \Sabre\VObject\InvalidDataException More... | |
| testGetDocumentType () | |
| testValidateCorrect () | |
| testValidateNoVersion () | |
| testValidateWrongVersion () | |
| testValidateNoProdId () | |
| testValidateDoubleCalScale () | |
| testValidateDoubleMethod () | |
| testValidateTwoMasterEvents () | |
| testValidateOneMasterEvent () | |
| testGetBaseComponent () | |
| testGetBaseComponentNoResult () | |
| testGetBaseComponentWithFilter () | |
| testGetBaseComponentWithFilterNoResult () | |
| testNoComponents () | |
| testCalDAVNoComponents () | |
| testCalDAVMultiUID () | |
| testCalDAVMultiComponent () | |
| testCalDAVMETHOD () | |
| assertValidate ($ics, $options, $expectedLevel, $expectedMessage=null) | |
| assertValidateResult ($input, $expectedLevel, $expectedMessage=null) | |
Definition at line 9 of file VCalendarTest.php.
| Sabre\VObject\Component\VCalendarTest::assertValidate | ( | $ics, | |
| $options, | |||
| $expectedLevel, | |||
$expectedMessage = null |
|||
| ) |
Definition at line 755 of file VCalendarTest.php.
References PHPMailer\PHPMailer\$options, $result, $vcal, Sabre\VObject\Component\VCalendarTest\assertValidateResult(), and Sabre\VObject\Reader\read().
Referenced by Sabre\VObject\Component\VCalendarTest\testCalDAVMETHOD(), Sabre\VObject\Component\VCalendarTest\testCalDAVMultiComponent(), Sabre\VObject\Component\VCalendarTest\testCalDAVMultiUID(), Sabre\VObject\Component\VCalendarTest\testCalDAVNoComponents(), and Sabre\VObject\Component\VCalendarTest\testNoComponents().
Here is the call graph for this function:
Here is the caller graph for this function:| Sabre\VObject\Component\VCalendarTest::assertValidateResult | ( | $input, | |
| $expectedLevel, | |||
$expectedMessage = null |
|||
| ) |
Definition at line 764 of file VCalendarTest.php.
References Sabre\VObject\$input, $messages, $warning, and Sabre\VObject\Node\count().
Referenced by Sabre\VObject\Component\VCalendarTest\assertValidate().
Here is the call graph for this function:
Here is the caller graph for this function:| Sabre\VObject\Component\VCalendarTest::expandData | ( | ) |
Definition at line 35 of file VCalendarTest.php.
References Sabre\VObject\$input, Sabre\VObject\$output, and $tests.
| Sabre\VObject\Component\VCalendarTest::testBrokenEventExpand | ( | ) |
@expectedException \Sabre\VObject\InvalidDataException
Definition at line 338 of file VCalendarTest.php.
References Sabre\VObject\$input, $vcal, and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testCalDAVMETHOD | ( | ) |
Definition at line 730 of file VCalendarTest.php.
References Sabre\VObject\$input, Sabre\VObject\Component\VCalendarTest\assertValidate(), and Sabre\VObject\Node\PROFILE_CALDAV.
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testCalDAVMultiComponent | ( | ) |
Definition at line 701 of file VCalendarTest.php.
References Sabre\VObject\$input, Sabre\VObject\Component\VCalendarTest\assertValidate(), and Sabre\VObject\Node\PROFILE_CALDAV.
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testCalDAVMultiUID | ( | ) |
Definition at line 673 of file VCalendarTest.php.
References Sabre\VObject\$input, Sabre\VObject\Component\VCalendarTest\assertValidate(), and Sabre\VObject\Node\PROFILE_CALDAV.
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testCalDAVNoComponents | ( | ) |
Definition at line 652 of file VCalendarTest.php.
References Sabre\VObject\$input, Sabre\VObject\Component\VCalendarTest\assertValidate(), and Sabre\VObject\Node\PROFILE_CALDAV.
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testExpand | ( | $input, | |
| $output, | |||
$timeZone = 'UTC', |
|||
$start = '2011-12-01', |
|||
$end = '2011-12-31' |
|||
| ) |
@dataProvider expandData
Definition at line 16 of file VCalendarTest.php.
References $end, Sabre\VObject\$input, Sabre\VObject\$output, $start, $timeZone, $vcal, and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testGetBaseComponent | ( | ) |
Definition at line 528 of file VCalendarTest.php.
References Sabre\VObject\$input, $result, $vcal, and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testGetBaseComponentNoResult | ( | ) |
Definition at line 556 of file VCalendarTest.php.
References Sabre\VObject\$input, $result, $vcal, and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testGetBaseComponentWithFilter | ( | ) |
Definition at line 585 of file VCalendarTest.php.
References Sabre\VObject\$input, $result, $vcal, and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testGetBaseComponentWithFilterNoResult | ( | ) |
Definition at line 613 of file VCalendarTest.php.
References Sabre\VObject\$input, $result, $vcal, and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testGetDocumentType | ( | ) |
Definition at line 357 of file VCalendarTest.php.
References Sabre\VObject\Document\ICALENDAR20.
| Sabre\VObject\Component\VCalendarTest::testNoComponents | ( | ) |
Definition at line 634 of file VCalendarTest.php.
References Sabre\VObject\$input, and Sabre\VObject\Component\VCalendarTest\assertValidate().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testValidateCorrect | ( | ) |
Definition at line 365 of file VCalendarTest.php.
References Sabre\VObject\$input, $vcal, and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testValidateDoubleCalScale | ( | ) |
Definition at line 439 of file VCalendarTest.php.
References Sabre\VObject\$input, $vcal, Sabre\VObject\Node\count(), and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testValidateDoubleMethod | ( | ) |
Definition at line 459 of file VCalendarTest.php.
References Sabre\VObject\$input, $vcal, Sabre\VObject\Node\count(), and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testValidateNoProdId | ( | ) |
Definition at line 421 of file VCalendarTest.php.
References Sabre\VObject\$input, $vcal, Sabre\VObject\Node\count(), and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testValidateNoVersion | ( | ) |
Definition at line 384 of file VCalendarTest.php.
References Sabre\VObject\$input, $vcal, Sabre\VObject\Node\count(), and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testValidateOneMasterEvent | ( | ) |
Definition at line 503 of file VCalendarTest.php.
References Sabre\VObject\$input, $vcal, Sabre\VObject\Node\count(), and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testValidateTwoMasterEvents | ( | ) |
Definition at line 479 of file VCalendarTest.php.
References Sabre\VObject\$input, $vcal, Sabre\VObject\Node\count(), and Sabre\VObject\Reader\read().
Here is the call graph for this function:| Sabre\VObject\Component\VCalendarTest::testValidateWrongVersion | ( | ) |
Definition at line 402 of file VCalendarTest.php.
References Sabre\VObject\$input, $vcal, Sabre\VObject\Node\count(), and Sabre\VObject\Reader\read().
Here is the call graph for this function: