Unit tests.
More...
◆ setUp()
ilAssQuestionHintsGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 15 of file ilAssQuestionHintsGUITest.php.
References defined.
17 if (
defined(
'ILIAS_PHPUNIT_CONTEXT'))
19 include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php");
20 ilUnitUtil::performInitialisation();
24 chdir( dirname( __FILE__ ) );
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
◆ test_instantiateObject_shouldReturnInstance()
ilAssQuestionHintsGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 29 of file ilAssQuestionHintsGUITest.php.
31 $this->markTestIncomplete(
'Needs mock.');
33 require_once
'./Modules/TestQuestionPool/classes/class.ilAssQuestionHintsGUI.php';
38 $this->assertInstanceOf(
'ASS_AnswerBinaryStateImage', $instance);
◆ $backupGlobals
ilAssQuestionHintsGUITest::$backupGlobals = FALSE |
|
protected |
The documentation for this class was generated from the following file: