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