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