ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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

Reimplemented from ilTestBaseTestCase.

Definition at line 29 of file ilObjTestFolderTest.php.

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

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

+ 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: