19 declare(strict_types=1);
    29     protected function setUp(): void
    37             $DIC[
'resource_storage'],
    45         $this->assertInstanceOf(ilTestResultsToXML::class, $this->testObj);
    50         $this->testObj->setIncludeRandomTestQuestionsEnabled(
false);
    51         $this->assertFalse($this->testObj->isIncludeRandomTestQuestionsEnabled());
    53         $this->testObj->setIncludeRandomTestQuestionsEnabled(
true);
    54         $this->assertTrue($this->testObj->isIncludeRandomTestQuestionsEnabled());
 testIncludeRandomTestQuestionsEnabled()
 
ilTestResultsToXML $testObj
 
Class ilTestResultsToXMLTest. 
 
test_instantiateObject_shouldReturnInstance()