ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
setUp () | |
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 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.
References $m.
LSLearnerItemTest::testTurnedOffWithOnline | ( | LSItem | $object | ) |
testCreate
Definition at line 96 of file LSLearnerItemTest.php.
References LSItem\withOnline().
LSLearnerItemTest::testTurnedOffWithOrderNumber | ( | LSItem | $object | ) |
testCreate
Definition at line 87 of file LSLearnerItemTest.php.
References LSItem\withOrderNumber().
LSLearnerItemTest::testTurnedOffWithPostCondition | ( | LSItem | $object | ) |
testCreate
Definition at line 78 of file LSLearnerItemTest.php.
References LSItem\withPostCondition().
|
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.