Class ilTestExporterTest.
More...
◆ setUp()
| ilTestExporterTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
| ilTestExporterTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 38 of file ilTestExporterTest.php.
40 $this->assertInstanceOf(ilTestExporter::class, $this->testObj);
◆ testGetValidSchemaVersions()
| ilTestExporterTest::testGetValidSchemaVersions |
( |
| ) |
|
Definition at line 43 of file ilTestExporterTest.php.
47 "namespace" =>
"http://www.ilias.de/Modules/Test/htlm/4_1",
48 "xsd_file" =>
"ilias_tst_4_1.xsd",
49 "uses_dataset" =>
false,
54 $this->assertEquals($expected, $this->testObj->getValidSchemaVersions(
"abcd"));
◆ $testObj
The documentation for this class was generated from the following file: