30 protected function setUp(): void
32 chdir(dirname(__FILE__));
37 require_once
'./Services/UICore/classes/class.ilCtrl.php';
38 $ilCtrl_mock = $this->createMock(
'ilCtrl');
39 $ilCtrl_mock->expects($this->any())->method(
'saveParameter');
40 $ilCtrl_mock->expects($this->any())->method(
'saveParameterByClass');
43 require_once
'./Services/Language/classes/class.ilLanguage.php';
44 $lng_mock = $this->createMock(
'ilLanguage', array(
'txt'), array(),
'',
false);
56 require_once
'./Modules/TestQuestionPool/classes/class.assFlashQuestion.php';
61 $this->assertInstanceOf(
'assFlashQuestion', $instance);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
test_instantiateObject_shouldReturnInstance()
setGlobalVariable(string $name, $value)