Class ilTestVerificationTableGUITest.
More...
◆ setUp()
ilTestVerificationTableGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 31 of file ilTestVerificationTableGUITest.php.
35 $this->addGlobal_ilUser();
37 $ctrl_mock = $this->createMock(ilCtrl::class);
39 ->method(
"getFormAction")
40 ->willReturnCallback(
function () {
41 return "testFormAction";
43 $this->setGlobalVariable(
"ilCtrl", $ctrl_mock);
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.
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: