3declare(strict_types=1);
7use PHPUnit\Framework\TestCase;
19 $this->assertEmpty($mapper->getStructure());
24 $expected_values = [
'entry0',
'entry1',
'entry2'];
27 $this->assertEmpty($mapper->getStructure());
38 $this->assertEmpty($mapper->getStructure());
53 $mapper->getStructure()
100 $mapper->getStructure()
139 $mapper->getStructure()
159 $mapper->getStructure()
188 $mapper->getStructure()
231 $mapper->getStructure()
Class ilCtrlStructureMapperTest.
testStructureMapperWithMixedArray()
testStructureMapperWithInvalidReferenceInList()
testStructureMapperWithMissingReferenceLists()
testStructureMapperWithEmptyArray()
testStructureMapperWithEmptyClassData()
testStructureMapperReferenceListIndexesAfterInvalidReferenceIsRemoved()
testStructureMapperWithCommonStringArray()
testStructureMapperWithStructureArray()
testStructureMapperWithAssociativeStringArray()
Class ilCtrlStructureMapper.