Class ilTestResultsToXMLTest.
More...
◆ setUp()
ilTestResultsToXMLTest::setUp |
( |
| ) |
|
|
protected |
◆ test_instantiateObject_shouldReturnInstance()
ilTestResultsToXMLTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testIncludeRandomTestQuestionsEnabled()
ilTestResultsToXMLTest::testIncludeRandomTestQuestionsEnabled |
( |
| ) |
|
Definition at line 48 of file ilTestResultsToXMLTest.php.
50 $this->testObj->setIncludeRandomTestQuestionsEnabled(
false);
51 $this->assertFalse($this->testObj->isIncludeRandomTestQuestionsEnabled());
53 $this->testObj->setIncludeRandomTestQuestionsEnabled(
true);
54 $this->assertTrue($this->testObj->isIncludeRandomTestQuestionsEnabled());
◆ $testObj
The documentation for this class was generated from the following file: