Class ilTestRandomQuestionSetPoolDefinitionFormGUITest.
More...
◆ setUp()
ilTestRandomQuestionSetPoolDefinitionFormGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 41 of file ilTestRandomQuestionSetPoolDefinitionFormGUITest.php.
References ilTestBaseTestCase\setGlobalVariable().
44 $this->ctrl_mock = $this->createMock(ilCtrl::class);
45 $this->lng_mock = $this->createMock(ilLanguage::class);
50 $objTest_mock = $this->createMock(ilObjTest::class);
51 $testRandomQuestionSetConfigGUI_mock = $this->getMockBuilder(
52 ilTestRandomQuestionSetConfigGUI::class
53 )->disableOriginalConstructor()->getMock();
55 $testRandomQuestionSetConfig_mock = $this->getMockBuilder(
56 ilTestRandomQuestionSetConfig::class,
57 )->disableOriginalConstructor()->getMock();
63 $testRandomQuestionSetConfigGUI_mock,
64 $testRandomQuestionSetConfig_mock
setGlobalVariable(string $name, $value)
◆ test_instantiateObject_shouldReturnInstance()
ilTestRandomQuestionSetPoolDefinitionFormGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testSaveAndNewCommand()
ilTestRandomQuestionSetPoolDefinitionFormGUITest::testSaveAndNewCommand |
( |
| ) |
|
|
protected |
◆ testSaveCommand()
ilTestRandomQuestionSetPoolDefinitionFormGUITest::testSaveCommand |
( |
| ) |
|
|
protected |
◆ $ctrl_mock
ilTestRandomQuestionSetPoolDefinitionFormGUITest::$ctrl_mock |
|
private |
◆ $formGui
ilTestRandomQuestionSetPoolDefinitionFormGUITest::$formGui |
|
private |
◆ $lng_mock
ilTestRandomQuestionSetPoolDefinitionFormGUITest::$lng_mock |
|
private |
The documentation for this class was generated from the following file: