19 declare(strict_types=1);
31 protected function setUp(): void
43 $ctrl_mock = $this->createMock(ilCtrl::class);
45 ->method(
"getFormAction")
46 ->willReturnCallback(
function () {
47 return "testFormAction";
51 $test_gui = $this->getMockBuilder(ilObjTestVerificationGUI::class)->disableOriginalConstructor()->getMock();
57 $this->assertInstanceOf(ilTestVerificationTableGUI::class, $this->tableGui);
test_instantiateObject_shouldReturnInstance()
addGlobal_ilComponentFactory()
addGlobal_ilComponentRepository()
Class ilTestVerificationTableGUITest.
ilTestVerificationTableGUI $tableGui
setGlobalVariable(string $name, $value)
List all completed tests for current user.