|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for LSLearnerItemTest:
Collaboration diagram for LSLearnerItemTest:Public Member Functions | |
| testCreate () | |
| testTurnedOffWithPostCondition (LSItem $object) | |
| testCreate More... | |
| testTurnedOffWithOrderNumber (LSItem $object) | |
| testCreate More... | |
| testTurnedOffWithOnline (LSItem $object) | |
| testCreate More... | |
Data Fields | |
| const | TYPE = "type" |
| const | TITLE = "tile" |
| const | DESC = "description" |
| const | ICON_PATH = "icon_path" |
| const | IS_ONLINE = true |
| const | ORDER_NUMBER = 10 |
| const | REF_ID = 30 |
| const | USER_ID = 6 |
| const | LP_STATUS = 2 |
| const | AVAILABILITY_STATUS = 3 |
| const | LP_MODE = 3 |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| ilLSPostCondition | $post_condition |
Definition at line 23 of file LSLearnerItemTest.php.
|
protected |
Definition at line 39 of file LSLearnerItemTest.php.
| LSLearnerItemTest::testCreate | ( | ) |
Definition at line 44 of file LSLearnerItemTest.php.
| LSLearnerItemTest::testTurnedOffWithOnline | ( | LSItem | $object | ) |
testCreate
Definition at line 93 of file LSLearnerItemTest.php.
References LSItem\withOnline().
Here is the call graph for this function:| LSLearnerItemTest::testTurnedOffWithOrderNumber | ( | LSItem | $object | ) |
testCreate
Definition at line 84 of file LSLearnerItemTest.php.
References LSItem\withOrderNumber().
Here is the call graph for this function:| LSLearnerItemTest::testTurnedOffWithPostCondition | ( | LSItem | $object | ) |
testCreate
Definition at line 75 of file LSLearnerItemTest.php.
References LSItem\withPostCondition().
Here is the call graph for this function:
|
protected |
Definition at line 37 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::AVAILABILITY_STATUS = 3 |
Definition at line 34 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::DESC = "description" |
Definition at line 27 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::ICON_PATH = "icon_path" |
Definition at line 28 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::IS_ONLINE = true |
Definition at line 29 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::LP_MODE = 3 |
Definition at line 35 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::LP_STATUS = 2 |
Definition at line 33 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::ORDER_NUMBER = 10 |
Definition at line 30 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::REF_ID = 30 |
Definition at line 31 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::TITLE = "tile" |
Definition at line 26 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::TYPE = "type" |
Definition at line 25 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::USER_ID = 6 |
Definition at line 32 of file LSLearnerItemTest.php.