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