Class ilTestRandomQuestionSetPoolDefinitionFormGUITest.
More...
◆ setUp()
ilTestRandomQuestionSetPoolDefinitionFormGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 29 of file ilTestRandomQuestionSetPoolDefinitionFormGUITest.php.
References getTestObjMock(), and setGlobalVariable().
32 $ctrl_mock = $this->createMock(ilCtrl::class);
33 $lng_mock = $this->createMock(ilLanguage::class);
38 $testRandomQuestionSetConfigGUI_mock = $this->getMockBuilder(
39 ilTestRandomQuestionSetConfigGUI::class
40 )->disableOriginalConstructor()->getMock();
42 $testRandomQuestionSetConfig_mock = $this->getMockBuilder(
43 ilTestRandomQuestionSetConfig::class,
44 )->disableOriginalConstructor()->getMock();
50 $testRandomQuestionSetConfigGUI_mock,
51 $testRandomQuestionSetConfig_mock
setGlobalVariable(string $name, mixed $value)
◆ test_instantiateObject_shouldReturnInstance()
ilTestRandomQuestionSetPoolDefinitionFormGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testSaveAndNewCommand()
ilTestRandomQuestionSetPoolDefinitionFormGUITest::testSaveAndNewCommand |
( |
| ) |
|
|
protected |
◆ testSaveCommand()
ilTestRandomQuestionSetPoolDefinitionFormGUITest::testSaveCommand |
( |
| ) |
|
|
protected |
◆ $formGui
The documentation for this class was generated from the following file: