19 declare(strict_types=1);
40 protected function setUp(): void
43 $this->createMock(DataFactory::class),
44 $this->createMock(ilLanguage::class)
53 $this->assertArrayHasKey(
55 $this->testObj->getNamedObjectives(
new NullConfig())
61 $objectiveConstructor = $this->testObj->getNamedObjectives(
new NullConfig())[
"registerNICKey"];
62 $closureResult = $objectiveConstructor->create();
63 $this->assertInstanceOf(Objective::class, $closureResult);
ilCommonSetupAgent $testObj
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A configuration with no content.