Class ilTestPasswordProtectionGUITest.
More...
◆ setUp()
ilTestPasswordProtectionGUITest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 29 of file ilTestPasswordProtectionGUITest.php.
29 : void
30 {
31 parent::setUp();
32
34 $this->createMock(ilCtrl::class),
35 $this->createMock(ilGlobalPageTemplate::class),
36 $this->createMock(ilLanguage::class),
37 $this->createMock(ilTestPlayerAbstractGUI::class),
38 $this->createMock(ilTestPasswordChecker::class),
39 $this->createMock(
ILIAS\
Test\RequestDataCollector::class),
40 $this->createMock(
ILIAS\GlobalScreen\Services::class)
41 );
42 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
◆ test_instantiateObject_shouldReturnInstance()
ilTestPasswordProtectionGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: