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