19declare(strict_types=1);
21use PHPUnit\Framework\TestCase;
33 $this->assertEmpty($mapper->getStructure());
38 $expected_values = [
'entry0',
'entry1',
'entry2'];
41 $this->assertEmpty($mapper->getStructure());
52 $this->assertEmpty($mapper->getStructure());
67 $mapper->getStructure()
114 $mapper->getStructure()
153 $mapper->getStructure()
173 $mapper->getStructure()
202 $mapper->getStructure()
245 $mapper->getStructure()
Class ilCtrlStructureMapperTest.
testStructureMapperWithMixedArray()
testStructureMapperWithInvalidReferenceInList()
testStructureMapperWithMissingReferenceLists()
testStructureMapperWithEmptyArray()
testStructureMapperWithEmptyClassData()
testStructureMapperReferenceListIndexesAfterInvalidReferenceIsRemoved()
testStructureMapperWithCommonStringArray()
testStructureMapperWithStructureArray()
testStructureMapperWithAssociativeStringArray()
Class ilCtrlStructureMapper.