|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for LSLearnerItemTest:
Collaboration diagram for LSLearnerItemTest:Public Member Functions | |
| setUp () | |
| testCreate () | |
| testTurnedOffWithPostCondition (LSItem $object) | |
| @depends testCreate More... | |
| testTurnedOffWithOrderNumber (LSItem $object) | |
| @depends testCreate More... | |
| testTurnedOffWithOnline (LSItem $object) | |
| @depends 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 |
Protected Attributes | |
| $post_condition | |
Definition at line 8 of file LSLearnerItemTest.php.
| LSLearnerItemTest::setUp | ( | ) |
Definition at line 26 of file LSLearnerItemTest.php.
| LSLearnerItemTest::testCreate | ( | ) |
Definition at line 31 of file LSLearnerItemTest.php.
| LSLearnerItemTest::testTurnedOffWithOnline | ( | LSItem | $object | ) |
@depends testCreate
Definition at line 79 of file LSLearnerItemTest.php.
References LSItem\withOnline().
Here is the call graph for this function:| LSLearnerItemTest::testTurnedOffWithOrderNumber | ( | LSItem | $object | ) |
@depends testCreate
Definition at line 70 of file LSLearnerItemTest.php.
References LSItem\withOrderNumber().
Here is the call graph for this function:| LSLearnerItemTest::testTurnedOffWithPostCondition | ( | LSItem | $object | ) |
@depends testCreate
Definition at line 61 of file LSLearnerItemTest.php.
References LSItem\withPostCondition().
Here is the call graph for this function:
|
protected |
Definition at line 24 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::AVAILABILITY_STATUS = 3 |
Definition at line 19 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::DESC = "description" |
Definition at line 12 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::ICON_PATH = "icon_path" |
Definition at line 13 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::IS_ONLINE = true |
Definition at line 14 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::LP_STATUS = 2 |
Definition at line 18 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::ORDER_NUMBER = 10 |
Definition at line 15 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::REF_ID = 30 |
Definition at line 16 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::TITLE = "tile" |
Definition at line 11 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::TYPE = "type" |
Definition at line 10 of file LSLearnerItemTest.php.
| const LSLearnerItemTest::USER_ID = 6 |
Definition at line 17 of file LSLearnerItemTest.php.