Class ilTestVerificationTableGUITest.
More...
◆ setUp()
ilTestVerificationTableGUITest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 31 of file ilTestVerificationTableGUITest.php.
31 : void
32 {
33 parent::setUp();
34
36
37 $ctrl_mock = $this->createMock(ilCtrl::class);
38 $ctrl_mock
39 ->method("getFormAction")
40 ->willReturnCallback(function () {
41 return "testFormAction";
42 });
44
45 $test_gui = $this->getMockBuilder(ilObjTestVerificationGUI::class)->disableOriginalConstructor()->getMock();
47 $test_gui,
48 '',
49 $this->createMock(ilDBInterface::class),
50 $this->createMock(ilObjUser::class),
51 $this->createMock(\
ILIAS\
Test\Logging\TestLogger::class)
52 );
53 }
List all completed tests for current user.
setGlobalVariable(string $name, mixed $value)
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
References addGlobal_ilUser(), and setGlobalVariable().
◆ test_instantiateObject_shouldReturnInstance()
ilTestVerificationTableGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ $tableGui
The documentation for this class was generated from the following file: