Test dashboard settings repository.
More...
Test dashboard settings repository.
- Author
- Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
Definition at line 10 of file DataSetImportParserTest.php.
◆ setUp()
| DataSetImportParserTest::setUp |
( |
| ) |
|
|
protected |
◆ tearDown()
| DataSetImportParserTest::tearDown |
( |
| ) |
|
|
protected |
◆ testInstanceAndParseValidXML()
| DataSetImportParserTest::testInstanceAndParseValidXML |
( |
| ) |
|
Definition at line 24 of file DataSetImportParserTest.php.
24 : void
25 {
26 $map_mock = $this->createMock(ilImportMapping::class);
27 $ds_mock = $this->createMock(ilDataSet::class);
29 "ent",
30 "1.0.0",
31 "<xml></xml>",
32 $ds_mock,
33 $map_mock
34 );
35 $this->assertInstanceOf(
36 \ilDataSetImportParser::class,
37 $parser
38 );
39 }
Manifest parser for ILIAS standard export files.
◆ $view_settings
The documentation for this class was generated from the following file: