ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Definition at line 9 of file ComponentTest.php.
Sabre\VObject\ComponentTest::ruleData | ( | ) |
Definition at line 547 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testAddArgFail | ( | ) |
@expectedException InvalidArgumentException
Definition at line 276 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testAddArgFail2 | ( | ) |
@expectedException InvalidArgumentException
Definition at line 286 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testAddComponent | ( | ) |
Definition at line 248 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testAddComponentTwice | ( | ) |
Definition at line 260 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testAddScalar | ( | ) |
Definition at line 210 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testAddScalarParams | ( | ) |
Definition at line 226 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testAnotherSerializeOrderProp | ( | ) |
Definition at line 374 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testArrayAccessExists | ( | ) |
Definition at line 172 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testArrayAccessGet | ( | ) |
Definition at line 152 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testArrayAccessSet | ( | ) |
@expectedException LogicException
Definition at line 194 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testArrayAccessUnset | ( | ) |
@expectedException LogicException
Definition at line 203 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testChildren | ( | ) |
Definition at line 312 of file ComponentTest.php.
References $r.
Sabre\VObject\ComponentTest::testCount | ( | ) |
Definition at line 305 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testGetComponents | ( | ) |
Definition at line 325 of file ComponentTest.php.
References $r.
Sabre\VObject\ComponentTest::testInstantiateSubComponent | ( | ) |
Definition at line 413 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testInstantiateWithChildren | ( | ) |
Definition at line 401 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testIterate | ( | ) |
Definition at line 11 of file ComponentTest.php.
References $key.
Sabre\VObject\ComponentTest::testMagicGet | ( | ) |
Definition at line 33 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testMagicGetGroups | ( | ) |
Definition at line 51 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testMagicIsset | ( | ) |
Definition at line 77 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testMagicSetArray | ( | ) |
Definition at line 116 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testMagicSetComponent | ( | ) |
Definition at line 126 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testMagicSetScalar | ( | ) |
Definition at line 93 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testMagicSetScalarTwice | ( | ) |
Definition at line 104 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testMagicSetTwice | ( | ) |
Definition at line 139 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testMagicUnset | ( | ) |
Definition at line 293 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testRemoveByName | ( | ) |
Definition at line 425 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testRemoveByObj | ( | ) |
Definition at line 438 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testRemoveNotFound | ( | ) |
@expectedException InvalidArgumentException
Definition at line 453 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testSerialize | ( | ) |
Definition at line 338 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testSerializeChildren | ( | ) |
Definition at line 345 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testSerializeOrderCompAndProp | ( | ) |
Definition at line 359 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testValidateRepair | ( | ) |
Definition at line 477 of file ComponentTest.php.
Sabre\VObject\ComponentTest::testValidateRepairShouldDeduplicatePropertiesWhenValuesAndParametersAreEqual | ( | ) |
Definition at line 517 of file ComponentTest.php.
References $messages.
Sabre\VObject\ComponentTest::testValidateRepairShouldDeduplicatePropertiesWhenValuesAreEqual | ( | ) |
Definition at line 532 of file ComponentTest.php.
References $messages.
Sabre\VObject\ComponentTest::testValidateRepairShouldNotDeduplicatePropertiesWhenParametersDiffer | ( | ) |
Definition at line 502 of file ComponentTest.php.
References $messages.
Sabre\VObject\ComponentTest::testValidateRepairShouldNotDeduplicatePropertiesWhenValuesDiffer | ( | ) |
Definition at line 487 of file ComponentTest.php.
References $messages.
Sabre\VObject\ComponentTest::testValidateRules | ( | $componentList, | |
$errorCount | |||
) |
@dataProvider ruleData
Definition at line 464 of file ComponentTest.php.