30 protected function setUp(): void
41 $http_mock = $this->createMock(
ILIAS\
HTTP\Services::class);
42 $lng_mock = $this->createMock(ilLanguage::class);
43 $data = new \ILIAS\Data\Factory();
45 return new \ILIAS\Table\TableGUIRequest(
64 $request->getTableId()
79 $request->getRows(
"id")
Interface Observer Contains several chained tasks and infos about them.
getRequest(array $get, array $post)
Test evaluation request class.