◆ test_getValidSchemaVersions()
ilIndividualAssessmentExporterTest::test_getValidSchemaVersions |
( |
| ) |
|
Definition at line 55 of file ilIndividualAssessmentExporterTest.php.
59 "namespace" =>
"http://www.ilias.de/Services/User/iass/5_2",
60 "xsd_file" =>
"ilias_iass_5_2.xsd",
61 "uses_dataset" =>
true,
66 "namespace" =>
"http://www.ilias.de/Services/User/iass/5_3",
67 "xsd_file" =>
"ilias_iass_5_3.xsd",
68 "uses_dataset" =>
true,
75 $result = $obj->getValidSchemaVersions(
"");
77 $this->assertIsArray($result);
78 $this->assertEquals($expected, $result);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ test_getXmlExportTailDependencies_iass()
ilIndividualAssessmentExporterTest::test_getXmlExportTailDependencies_iass |
( |
| ) |
|
Definition at line 40 of file ilIndividualAssessmentExporterTest.php.
43 "component" =>
"Services/Object",
49 $result = $obj->getXmlExportTailDependencies(
"iass",
"", [12,13]);
51 $this->assertIsArray($result);
52 $this->assertEquals($expected, $result);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ test_getXmlExportTailDependencies_no_entity()
ilIndividualAssessmentExporterTest::test_getXmlExportTailDependencies_no_entity |
( |
| ) |
|
Definition at line 31 of file ilIndividualAssessmentExporterTest.php.
34 $result = $obj->getXmlExportTailDependencies(
"no_entity",
"", [12,13]);
36 $this->assertIsArray($result);
37 $this->assertEmpty($result);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ test_objectCreation()
ilIndividualAssessmentExporterTest::test_objectCreation |
( |
| ) |
|
Definition at line 25 of file ilIndividualAssessmentExporterTest.php.
28 $this->assertInstanceOf(ilIndividualAssessmentExporter::class, $obj);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
The documentation for this class was generated from the following file: