ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilUICoreSetupAgentTest Class Reference

Class UICoreSetupAgentTest. More...

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

Public Member Functions

 testAgentsNamedObjectives ()
 

Protected Member Functions

 setUp ()
 @inheritDoc More...
 

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

@inheritDoc

Definition at line 35 of file ilUICoreSetupAgentTest.php.

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

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