3 declare(strict_types=1);
29 protected function setUp(): void
38 $this->assertInstanceOf(ilTestRandomQuestionSetQuestion::class, $this->testObj);
43 $this->testObj->setQuestionId(125);
44 $this->assertEquals(125, $this->testObj->getQuestionId());
49 $this->testObj->setSequencePosition(125);
50 $this->assertEquals(125, $this->testObj->getSequencePosition());
55 $this->testObj->setSourcePoolDefinitionId(125);
56 $this->assertEquals(125, $this->testObj->getSourcePoolDefinitionId());
testSourcePoolDefinitionId()
test_instantiateObject_shouldReturnInstance()
ilTestRandomQuestionSetQuestion $testObj
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...