ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
testCreate () | |
testWithOnline (LSItem $object) | |
testCreate More... | |
testWithOrderNumber (LSItem $object) | |
testCreate More... | |
testWithPostCondition (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 |
Protected Member Functions | |
setUp () | |
Protected Attributes | |
ilLSPostCondition | $post_condition |
Definition at line 23 of file LSItemTest.php.
|
protected |
Definition at line 35 of file LSItemTest.php.
LSItemTest::testCreate | ( | ) |
Definition at line 40 of file LSItemTest.php.
References $post_condition.
LSItemTest::testWithOnline | ( | LSItem | $object | ) |
testCreate
Definition at line 68 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 | ) |
testCreate
Definition at line 94 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 | ) |
testCreate
Definition at line 120 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 33 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::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.