ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilObjTestFolderTest Class Reference

Class ilObjTestFolderTest. More...

+ Inheritance diagram for ilObjTestFolderTest:
+ Collaboration diagram for ilObjTestFolderTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 
- Public Member Functions inherited from ilTestBaseTestCase
 createInstanceOf (string $class_name, array $explicit_parameters=[])
 
 createTraitInstanceOf (string $class_name, array $explicit_parameters=[])
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 

Private Attributes

ilObjTestFolder $testObj
 

Additional Inherited Members

- Static Public Member Functions inherited from ilTestBaseTestCase
static callMethod ($obj, $name, array $args=[])
 
static getNonPublicPropertyValue (object $obj, string $name)
 
- Data Fields inherited from ilTestBaseTestCase
const string MOCKED_METHOD_WITHOUT_OUTPUT = 'MOCKED_METHOD_WITHOUT_OUTPUT'
 
const string DYNAMIC_CLASS = 'DynamicClass'
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 
Container $backup_dic = null
 
- Static Protected Attributes inherited from ilTestBaseTestCase
static int $DYNAMIC_CLASS_COUNT = 0
 

Detailed Description

Class ilObjTestFolderTest.

Author
Marvin Beym mbeym.nosp@m.@dat.nosp@m.abay..nosp@m.de

Definition at line 25 of file ilObjTestFolderTest.php.

Member Function Documentation

◆ setUp()

ilObjTestFolderTest::setUp ( )
protected

Definition at line 29 of file ilObjTestFolderTest.php.

References addGlobal_ilAppEventHandler(), addGlobal_ilDB(), addGlobal_ilErr(), addGlobal_ilias(), addGlobal_ilLog(), addGlobal_objDefinition(), and addGlobal_tree().

29  : void
30  {
31  parent::setUp();
32 
33  $this->addGlobal_ilDB();
34  $this->addGlobal_ilias();
35  $this->addGlobal_ilErr();
36  $this->addGlobal_tree();
38  $this->addGlobal_objDefinition();
39  $this->addGlobal_ilLog();
40 
41  $this->testObj = new ilObjTestFolder();
42  }
addGlobal_ilAppEventHandler()
Class ilObjTestFolder.
addGlobal_objDefinition()
+ Here is the call graph for this function:

◆ test_instantiateObject_shouldReturnInstance()

ilObjTestFolderTest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 44 of file ilObjTestFolderTest.php.

44  : void
45  {
46  $this->assertInstanceOf(ilObjTestFolder::class, $this->testObj);
47  }

Field Documentation

◆ $testObj

ilObjTestFolder ilObjTestFolderTest::$testObj
private

Definition at line 27 of file ilObjTestFolderTest.php.


The documentation for this class was generated from the following file: