| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
 Inheritance diagram for LSItemTest:
 Collaboration diagram for LSItemTest:Public Member Functions | |
| testCreate () | |
| testWithOnline (LSItem $object) | |
| @depends testCreate  More... | |
| testWithOrderNumber (LSItem $object) | |
| @depends testCreate  More... | |
| testWithPostCondition (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 | 
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.
| LSItemTest::testWithOnline | ( | LSItem | $object | ) | 
@depends testCreate
Definition at line 68 of file LSItemTest.php.
References LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withOnline().
 Here is the call graph for this function:| LSItemTest::testWithOrderNumber | ( | LSItem | $object | ) | 
@depends testCreate
Definition at line 94 of file LSItemTest.php.
References LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withOrderNumber().
 Here is the call graph for this function:| LSItemTest::testWithPostCondition | ( | LSItem | $object | ) | 
@depends testCreate
Definition at line 120 of file LSItemTest.php.
References LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withPostCondition().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 33 of file LSItemTest.php.
| 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.