30 protected function setUp(): void
32 chdir(dirname(__FILE__));
41 $this->assertInstanceOf(
'ilAssOrderingElement', $instance);
50 $instance->setRandomIdentifier($expected);
51 $actual = $instance->getRandomIdentifier();
54 $this->assertEquals($expected, $actual);
63 $instance->setId($expected);
64 $actual = $instance->getId();
67 $this->assertEquals($expected, $actual);
77 $instance->setIndentation($expected);
78 $actual = $instance->getIndentation();
81 $this->assertEquals($expected, $actual);
test_setGetOrdeingDepth()
test_instantiateObject_shouldReturnInstance()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...