19 declare(strict_types=1);
29 protected function setUp(): void
38 $this->assertInstanceOf(ilTestRandomQuestionSetStagingPoolQuestion::class, $this->testObj);
44 $this->testObj->setTestId($testId);
45 $this->assertEquals($testId, $this->testObj->getTestId());
51 $this->testObj->setPoolId($poolId);
52 $this->assertEquals($poolId, $this->testObj->getPoolId());
58 $this->testObj->setQuestionId($questionId);
59 $this->assertEquals($questionId, $this->testObj->getQuestionId());
Class ilTestRandomQuestionSetStagingPoolQuestionTest.
ilTestRandomQuestionSetStagingPoolQuestion $testObj
test_instantiateObject_shouldReturnInstance()