ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilUICoreSetupAgentTest Class Reference

Class UICoreSetupAgentTest. More...

+ Inheritance diagram for ilUICoreSetupAgentTest:
+ Collaboration diagram for ilUICoreSetupAgentTest:

Public Member Functions

 testAgentsNamedObjectives ()
 

Protected Member Functions

 setUp ()
 

Private Attributes

ilUICoreSetupAgent $agent
 

Detailed Description

Class UICoreSetupAgentTest.

Author
Marvin Beym mbeym.nosp@m.@dat.nosp@m.abay..nosp@m.de
Thibeau Fuhrer thf@s.nosp@m.tude.nosp@m.r-rai.nosp@m.mann.nosp@m..ch

Definition at line 28 of file ilUICoreSetupAgentTest.php.

Member Function Documentation

◆ setUp()

ilUICoreSetupAgentTest::setUp ( )
protected

Definition at line 35 of file ilUICoreSetupAgentTest.php.

35  : void
36  {
37  $this->agent = new ilUICoreSetupAgent();
38  }

◆ testAgentsNamedObjectives()

ilUICoreSetupAgentTest::testAgentsNamedObjectives ( )

Definition at line 40 of file ilUICoreSetupAgentTest.php.

40  : void
41  {
42  $this->assertArrayHasKey(
43  'buildIlCtrlArtifacts',
44  $this->agent->getNamedObjectives()
45  );
46 
47  $this->assertArrayHasKey(
48  'updateIlCtrlDatabase',
49  $this->agent->getNamedObjectives()
50  );
51  }

Field Documentation

◆ $agent

ilUICoreSetupAgent ilUICoreSetupAgentTest::$agent
private

Definition at line 30 of file ilUICoreSetupAgentTest.php.


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