Definition at line 36 of file ilCommonSetupAgentTest.php.
◆ setUp()
ILIAS\Tests\Setup\ilCommonSetupAgentTest::setUp |
( |
| ) |
|
|
protected |
◆ testExecuteClosure()
ILIAS\Tests\Setup\ilCommonSetupAgentTest::testExecuteClosure |
( |
| ) |
|
Definition at line 59 of file ilCommonSetupAgentTest.php.
59 : void
60 {
61 $objectiveConstructor = $this->testObj->getNamedObjectives(new NullConfig())["registerNICKey"];
62 $closureResult = $objectiveConstructor->create();
63 $this->assertInstanceOf(Objective::class, $closureResult);
64 }
◆ testGetNamedObjectives()
ILIAS\Tests\Setup\ilCommonSetupAgentTest::testGetNamedObjectives |
( |
| ) |
|
Definition at line 51 of file ilCommonSetupAgentTest.php.
51 : void
52 {
53 $this->assertArrayHasKey(
54 "registerNICKey",
55 $this->testObj->getNamedObjectives(new NullConfig())
56 );
57 }
◆ $testObj
The documentation for this class was generated from the following file: