Unit tests.
More...
◆ setUp()
ilAnswerWizardInputGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 15 of file ilAnswerWizardInputGUITest.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()
ilAnswerWizardInputGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 29 of file ilAnswerWizardInputGUITest.php.
32 require_once
'./Services/Form/classes/class.ilTextInputGUI.php';
33 require_once
'./Modules/TestQuestionPool/classes/class.ilAnswerWizardInputGUI.php';
37 $this->markTestIncomplete(
41 #$instance = new ilAnswerWizardInputGUI(); 42 #$this->assertInstanceOf('ilAnswerWizardInputGUI', $instance);
◆ $backupGlobals
ilAnswerWizardInputGUITest::$backupGlobals = false |
|
protected |
The documentation for this class was generated from the following file: