ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilObjQuestionPoolTaxonomyEditingCommandForwarderTest Class Reference

Unit tests. More...

+ Inheritance diagram for ilObjQuestionPoolTaxonomyEditingCommandForwarderTest:
+ Collaboration diagram for ilObjQuestionPoolTaxonomyEditingCommandForwarderTest:

Public Member Functions

 testConstruct ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from assBaseTestCase
 setUp ()
 
 tearDown ()
 
 getIRSSMock ()
 

Protected Attributes

 $backupGlobals = false
 
- Protected Attributes inherited from assBaseTestCase
Container $dic = null
 

Private Attributes

ilObjQuestionPoolTaxonomyEditingCommandForwarder $object
 

Detailed Description

Unit tests.

Author
Matheus Zych mzych.nosp@m.@dat.nosp@m.abay..nosp@m.de

\

This test was automatically generated.

Definition at line 30 of file ilObjQuestionPoolTaxonomyEditingCommandForwarderTest.php.

Member Function Documentation

◆ setUp()

ilObjQuestionPoolTaxonomyEditingCommandForwarderTest::setUp ( )
protected

Definition at line 36 of file ilObjQuestionPoolTaxonomyEditingCommandForwarderTest.php.

References $lng, and ILIAS\UI\examples\Layout\Page\Standard\$refinery.

36  : void
37  {
38  parent::setUp();
39 
40  $poolOBJ = $this->createMock(ilObjQuestionPool::class);
41  $db = $this->createMock(ilDBInterface::class);
42  $refinery = $this->createMock(ILIAS\Refinery\Factory::class);
43  $component_repository = $this->createMock(ilComponentRepository::class);
44  $ctrl = $this->createMock(ilCtrl::class);
45  $tabs = $this->createMock(ilTabsGUI::class);
46  $lng = $this->createMock(ilLanguage::class);
47  $taxonomy = $this->createMock(Service::class);
48 
49  $this->object = new ilObjQuestionPoolTaxonomyEditingCommandForwarder($poolOBJ, $db, $refinery, $component_repository, $ctrl, $tabs, $lng, $taxonomy);
50  }
Interface Observer Contains several chained tasks and infos about them.
global $lng
Definition: privfeed.php:31

◆ testConstruct()

ilObjQuestionPoolTaxonomyEditingCommandForwarderTest::testConstruct ( )

Definition at line 52 of file ilObjQuestionPoolTaxonomyEditingCommandForwarderTest.php.

52  : void
53  {
54  $this->assertInstanceOf(ilObjQuestionPoolTaxonomyEditingCommandForwarder::class, $this->object);
55  }

Field Documentation

◆ $backupGlobals

ilObjQuestionPoolTaxonomyEditingCommandForwarderTest::$backupGlobals = false
protected

◆ $object

ilObjQuestionPoolTaxonomyEditingCommandForwarder ilObjQuestionPoolTaxonomyEditingCommandForwarderTest::$object
private

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