3 declare(strict_types=1);
29 protected function setUp(): void
41 $this->assertInstanceOf(ilTestResultsToXML::class, $this->testObj);
46 $this->testObj->setIncludeRandomTestQuestionsEnabled(
false);
47 $this->assertFalse($this->testObj->isIncludeRandomTestQuestionsEnabled());
49 $this->testObj->setIncludeRandomTestQuestionsEnabled(
true);
50 $this->assertTrue($this->testObj->isIncludeRandomTestQuestionsEnabled());
testIncludeRandomTestQuestionsEnabled()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilTestResultsToXML $testObj
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
test_instantiateObject_shouldReturnInstance()