| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
 Inheritance diagram for LSLearnerItemTest:
 Collaboration diagram for LSLearnerItemTest:Public Member Functions | |
| testCreate () | |
| testTurnedOffWithPostCondition (LSItem $object) | |
| @depends testCreate  More... | |
| testTurnedOffWithOrderNumber (LSItem $object) | |
| @depends testCreate  More... | |
| testTurnedOffWithOnline (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 | 
| 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 | ) | 
@depends testCreate
Definition at line 91 of file LSLearnerItemTest.php.
References LSItem\withOnline().
 Here is the call graph for this function:| LSLearnerItemTest::testTurnedOffWithOrderNumber | ( | LSItem | $object | ) | 
@depends testCreate
Definition at line 82 of file LSLearnerItemTest.php.
References LSItem\withOrderNumber().
 Here is the call graph for this function:| LSLearnerItemTest::testTurnedOffWithPostCondition | ( | LSItem | $object | ) | 
@depends testCreate
Definition at line 73 of file LSLearnerItemTest.php.
References LSItem\withPostCondition().
 Here is the call graph for this function:
      
  | 
  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.