Class ilTestResultsToXMLTest.
More...
◆ setUp()
| ilTestResultsToXMLTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
| ilTestResultsToXMLTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 44 of file ilTestResultsToXMLTest.php.
44 : void
45 {
46 $this->assertInstanceOf(ilTestResultsToXML::class, $this->testObj);
47 }
◆ testIncludeRandomTestQuestionsEnabled()
| ilTestResultsToXMLTest::testIncludeRandomTestQuestionsEnabled |
( |
| ) |
|
Definition at line 49 of file ilTestResultsToXMLTest.php.
49 : void
50 {
51 $this->testObj->setIncludeRandomTestQuestionsEnabled(false);
52 $this->assertFalse($this->testObj->isIncludeRandomTestQuestionsEnabled());
53
54 $this->testObj->setIncludeRandomTestQuestionsEnabled(true);
55 $this->assertTrue($this->testObj->isIncludeRandomTestQuestionsEnabled());
56 }
◆ $testObj
The documentation for this class was generated from the following file: