ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
testCreate () | |
testWithOnline (LSItem $object) | |
testWithOrderNumber (LSItem $object) | |
testWithPostCondition (LSItem $object) | |
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 | LP_MODE = 3 |
Protected Member Functions | |
setUp () | |
Protected Attributes | |
ilLSPostCondition | $post_condition |
Definition at line 23 of file LSItemTest.php.
|
protected |
Definition at line 36 of file LSItemTest.php.
LSItemTest::testCreate | ( | ) |
LSItemTest::testWithOnline | ( | LSItem | $object | ) |
Definition at line 69 of file LSItemTest.php.
References $post_condition, LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withOnline().
LSItemTest::testWithOrderNumber | ( | LSItem | $object | ) |
Definition at line 93 of file LSItemTest.php.
References $post_condition, LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withOrderNumber().
LSItemTest::testWithPostCondition | ( | LSItem | $object | ) |
Definition at line 117 of file LSItemTest.php.
References $post_condition, LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withPostCondition().
|
protected |
Definition at line 34 of file LSItemTest.php.
Referenced by testCreate(), testWithOnline(), testWithOrderNumber(), and testWithPostCondition().
const LSItemTest::DESC = "description" |
Definition at line 27 of file LSItemTest.php.
const LSItemTest::ICON_PATH = "icon_path" |
Definition at line 28 of file LSItemTest.php.
const LSItemTest::IS_ONLINE = true |
Definition at line 29 of file LSItemTest.php.
const LSItemTest::LP_MODE = 3 |
Definition at line 32 of file LSItemTest.php.
const LSItemTest::ORDER_NUMBER = 10 |
Definition at line 30 of file LSItemTest.php.
const LSItemTest::REF_ID = 30 |
Definition at line 31 of file LSItemTest.php.
const LSItemTest::TITLE = "tile" |
Definition at line 26 of file LSItemTest.php.
const LSItemTest::TYPE = "type" |
Definition at line 25 of file LSItemTest.php.