Unit tests.
More...
◆ setUp()
assErrorTextGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 15 of file assErrorTextGUITest.php.
References assBaseTestCase\getDatabaseMock(), assBaseTestCase\getGlobalTemplateMock(), assBaseTestCase\getIliasMock(), and assBaseTestCase\setGlobalVariable().
17 if (defined(
'ILIAS_PHPUNIT_CONTEXT')) {
18 include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php");
19 ilUnitUtil::performInitialisation();
21 chdir(dirname(__FILE__));
27 require_once
'./Services/UICore/classes/class.ilCtrl.php';
28 $ilCtrl_mock = $this->createMock(
'ilCtrl');
29 $ilCtrl_mock->expects($this->any())->method(
'saveParameter');
30 $ilCtrl_mock->expects($this->any())->method(
'saveParameterByClass');
33 require_once
'./Services/Language/classes/class.ilLanguage.php';
34 $lng_mock = $this->createMock(
'ilLanguage', array(
'txt'), array(),
'',
false);
setGlobalVariable($name, $value)
◆ test_instantiateObject_shouldReturnInstance()
assErrorTextGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 43 of file assErrorTextGUITest.php.
47 require_once
'./Modules/TestQuestionPool/classes/class.assErrorTextGUI.php';
52 $this->assertInstanceOf(
'assErrorTextGUI', $instance);
The assErrorTextGUI class encapsulates the GUI representation for error text questions.
◆ $backupGlobals
assErrorTextGUITest::$backupGlobals = false |
|
protected |
The documentation for this class was generated from the following file: