ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilTestExportFixedQuestionSetTest Class Reference

Class ilTestExportFixedQuestionSetTest. More...

+ Inheritance diagram for ilTestExportFixedQuestionSetTest:
+ Collaboration diagram for ilTestExportFixedQuestionSetTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 
 setGlobalVariable (string $name, $value)
 
 getGlobalTemplateMock ()
 
 getDatabaseMock ()
 
 getIliasMock ()
 
 addGlobal_ilAccess ()
 
 addGlobal_ilUser ()
 
 addGlobal_objDefinition ()
 
 addGlobal_tree ()
 
 addGlobal_ilSetting ()
 
 addGlobal_rbacsystem ()
 
 addGlobal_ilRbacAdmin ()
 
 addGlobal_ilCtrl ()
 
 addGlobal_lng ()
 
 addGlobal_filesystem ()
 
 addGlobal_upload ()
 
 addGlobal_ilDB ()
 
 addGlobal_ilBench ()
 
 addGlobal_ilLog ()
 
 addGlobal_ilias ()
 
 addGlobal_ilErr ()
 
 addGlobal_GlobalScreenService ()
 
 addGlobal_ilNavigationHistory ()
 
 addGlobal_ilAppEventHandler ()
 
 addGlobal_tpl ()
 
 addGlobal_ilComponentRepository ()
 
 addGlobal_ilComponentFactory ()
 
 addGlobal_ilTabs ()
 
 addGlobal_ilObjDataCache ()
 
 addGlobal_ilLocator ()
 
 addGlobal_rbacreview ()
 
 addGlobal_ilToolbar ()
 
 addGlobal_http ()
 
 addGlobal_ilIliasIniFile ()
 
 addGlobal_ilLoggerFactory ()
 
 addGlobal_ilHelp ()
 
 addGlobal_ui ()
 
 addGlobal_uiFactory ()
 
 addGlobal_uiRenderer ()
 
 addGlobal_refinery ()
 
 addGlobal_skillService ()
 
 addGlobal_objectService ()
 
 addGlobal_resourceStorage ()
 
 getTestObjMock ()
 

Private Attributes

ilTestExportFixedQuestionSet $testObj
 

Additional Inherited Members

- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Member Function Documentation

◆ setUp()

ilTestExportFixedQuestionSetTest::setUp ( )
protected

Definition at line 29 of file ilTestExportFixedQuestionSetTest.php.

References ilTestBaseTestCase\addGlobal_ilBench(), ilTestBaseTestCase\addGlobal_ilDB(), ilTestBaseTestCase\addGlobal_ilErr(), ilTestBaseTestCase\addGlobal_ilias(), and ilTestBaseTestCase\addGlobal_lng().

29  : void
30  {
31  parent::setUp();
32  $this->addGlobal_ilBench();
33 
34  $this->addGlobal_ilErr();
35  $this->addGlobal_ilDB();
36  $this->addGlobal_ilBench();
37  $this->addGlobal_ilias();
38  $this->addGlobal_lng();
39 
40  $objTest_mock = $this->createMock(ilObjTest::class);
41  $this->testObj = new ilTestExportFixedQuestionSet($objTest_mock);
42  }
+ Here is the call graph for this function:

◆ test_instantiateObject_shouldReturnInstance()

ilTestExportFixedQuestionSetTest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 44 of file ilTestExportFixedQuestionSetTest.php.

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

Field Documentation

◆ $testObj

ilTestExportFixedQuestionSet ilTestExportFixedQuestionSetTest::$testObj
private

Definition at line 27 of file ilTestExportFixedQuestionSetTest.php.


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