|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\VObject\ParameterTest:
Collaboration diagram for Sabre\VObject\ParameterTest:Public Member Functions | |
| testSetup () | |
| testSetupNameLess () | |
| testModify () | |
| testCastToString () | |
| testCastNullToString () | |
| testSerialize () | |
| testSerializeEmpty () | |
| testSerializeComplex () | |
| testSerializePlusSign () | |
| iCal 7.0 (OSX 10.9) has major issues with the EMAIL property, when the value contains a plus sign, and it's not quoted. More... | |
| testIterate () | |
| testSerializeColon () | |
| testSerializeSemiColon () | |
Definition at line 7 of file ParameterTest.php.
| Sabre\VObject\ParameterTest::testCastNullToString | ( | ) |
Definition at line 59 of file ParameterTest.php.
| Sabre\VObject\ParameterTest::testCastToString | ( | ) |
Definition at line 50 of file ParameterTest.php.
| Sabre\VObject\ParameterTest::testIterate | ( | ) |
Definition at line 106 of file ParameterTest.php.
References $result.
| Sabre\VObject\ParameterTest::testModify | ( | ) |
Definition at line 30 of file ParameterTest.php.
| Sabre\VObject\ParameterTest::testSerialize | ( | ) |
Definition at line 68 of file ParameterTest.php.
| Sabre\VObject\ParameterTest::testSerializeColon | ( | ) |
Definition at line 121 of file ParameterTest.php.
| Sabre\VObject\ParameterTest::testSerializeComplex | ( | ) |
Definition at line 84 of file ParameterTest.php.
| Sabre\VObject\ParameterTest::testSerializeEmpty | ( | ) |
Definition at line 76 of file ParameterTest.php.
| Sabre\VObject\ParameterTest::testSerializePlusSign | ( | ) |
iCal 7.0 (OSX 10.9) has major issues with the EMAIL property, when the value contains a plus sign, and it's not quoted.
So we specifically added support for that.
Definition at line 98 of file ParameterTest.php.
| Sabre\VObject\ParameterTest::testSerializeSemiColon | ( | ) |
Definition at line 129 of file ParameterTest.php.
| Sabre\VObject\ParameterTest::testSetup | ( | ) |
Definition at line 9 of file ParameterTest.php.
| Sabre\VObject\ParameterTest::testSetupNameLess | ( | ) |
Definition at line 19 of file ParameterTest.php.