ILIAS
release_8 Revision v8.19
|
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 |
Protected Member Functions | |
setUp () | |
Protected Attributes | |
ilLSPostCondition | $post_condition |
Definition at line 23 of file LSLearnerItemTest.php.
|
protected |
Definition at line 38 of file LSLearnerItemTest.php.
LSLearnerItemTest::testCreate | ( | ) |
Definition at line 43 of file LSLearnerItemTest.php.
LSLearnerItemTest::testTurnedOffWithOnline | ( | LSItem | $object | ) |
testCreate
Definition at line 91 of file LSLearnerItemTest.php.
References LSItem\withOnline().
LSLearnerItemTest::testTurnedOffWithOrderNumber | ( | LSItem | $object | ) |
testCreate
Definition at line 82 of file LSLearnerItemTest.php.
References LSItem\withOrderNumber().
LSLearnerItemTest::testTurnedOffWithPostCondition | ( | LSItem | $object | ) |
testCreate
Definition at line 73 of file LSLearnerItemTest.php.
References LSItem\withPostCondition().
|
protected |
Definition at line 36 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_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.