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