Class UICoreSetupAgentTest.
More...
◆ setUp()
| ilUICoreSetupAgentTest::setUp |
( |
| ) |
|
|
protected |
◆ 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 }
◆ $agent
The documentation for this class was generated from the following file: