19use PHPUnit\Framework\TestCase;
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")
Test evaluation request class.
getRequest(array $get, array $post)
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.