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