Unit tests.
More...
Unit tests.
- Author
- Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Definition at line 11 of file assQuestionGUITest.php.
◆ setUp()
assQuestionGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 15 of file assQuestionGUITest.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__));
26 require_once
'./Services/UICore/classes/class.ilCtrl.php';
27 $ilCtrl_mock = $this->createMock(
'ilCtrl');
28 $ilCtrl_mock->expects($this->any())->method(
'saveParameter');
29 $ilCtrl_mock->expects($this->any())->method(
'saveParameterByClass');
32 require_once
'./Services/Language/classes/class.ilLanguage.php';
33 $lng_mock = $this->createMock(
'ilLanguage', array(
'txt'), array(),
'',
false);
setGlobalVariable($name, $value)
◆ test_instantiateObject_shouldReturnInstance()
assQuestionGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 43 of file assQuestionGUITest.php.
45 $this->markTestIncomplete(
'Abstract class - needs fixture class for tests.');
47 require_once
'./Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
◆ $backupGlobals
assQuestionGUITest::$backupGlobals = false |
|
protected |
The documentation for this class was generated from the following file: