3declare(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());
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
ilTestResultsToXML $testObj
 
test_instantiateObject_shouldReturnInstance()
 
testIncludeRandomTestQuestionsEnabled()
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...