Class ilLanguageSetupAgentTest.
More...
◆ setUp()
ilLanguageSetupAgentTest::setUp |
( |
| ) |
|
|
protected |
◆ testCreate()
ilLanguageSetupAgentTest::testCreate |
( |
| ) |
|
◆ testGetArrayToConfigTransformation()
ilLanguageSetupAgentTest::testGetArrayToConfigTransformation |
( |
| ) |
|
Definition at line 53 of file ilLanguageSetupAgentTest.php.
55 $this->expectException(LogicException::class);
57 $this->obj->getArrayToConfigTransformation();
◆ testGetBuildArtifactObjective()
ilLanguageSetupAgentTest::testGetBuildArtifactObjective |
( |
| ) |
|
Definition at line 78 of file ilLanguageSetupAgentTest.php.
80 $result = $this->obj->getBuildObjective();
82 $this->assertInstanceOf(NullObjective::class, $result);
◆ testGetInstallObjectives()
ilLanguageSetupAgentTest::testGetInstallObjectives |
( |
| ) |
|
Definition at line 60 of file ilLanguageSetupAgentTest.php.
62 $objective_collection = $this->obj->getInstallObjective();
64 $this->assertEquals(
'Complete objectives from components/ILIAS/Language', $objective_collection->getLabel());
65 $this->assertFalse($objective_collection->isNotable());
66 $this->assertCount(2, $objective_collection->getObjectives());
◆ testGetUpdateObjective()
ilLanguageSetupAgentTest::testGetUpdateObjective |
( |
| ) |
|
Definition at line 69 of file ilLanguageSetupAgentTest.php.
71 $objective_collection = $this->obj->getUpdateObjective();
73 $this->assertEquals(
'Complete objectives from components/ILIAS/Language', $objective_collection->getLabel());
74 $this->assertFalse($objective_collection->isNotable());
75 $this->assertCount(1, $objective_collection->getObjectives());
◆ testHasConfig()
ilLanguageSetupAgentTest::testHasConfig |
( |
| ) |
|
◆ $obj
ilLanguageSetupAgentTest::$obj |
|
protected |
The documentation for this class was generated from the following file: