ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables 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 14 of file ilUICoreSetupAgentTest.php.

Member Function Documentation

◆ setUp()

ilUICoreSetupAgentTest::setUp ( )
protected

Definition at line 21 of file ilUICoreSetupAgentTest.php.

21  : void
22  {
23  $this->agent = new ilUICoreSetupAgent();
24  }

◆ testAgentsNamedObjectives()

ilUICoreSetupAgentTest::testAgentsNamedObjectives ( )

Definition at line 26 of file ilUICoreSetupAgentTest.php.

26  : void
27  {
28  $this->assertArrayHasKey(
29  'buildIlCtrlArtifacts',
30  $this->agent->getNamedObjectives()
31  );
32 
33  $this->assertArrayHasKey(
34  'updateIlCtrlDatabase',
35  $this->agent->getNamedObjectives()
36  );
37  }

Field Documentation

◆ $agent

ilUICoreSetupAgent ilUICoreSetupAgentTest::$agent
private

Definition at line 16 of file ilUICoreSetupAgentTest.php.


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