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\Administration\AdminGUIRequest(
95 "admin_mode" =>
"repository"
102 $request->getAdminMode()
115 "id" => [
"1",
"2",
"3"]
121 $request->getSelectedIds()
139 $request->getNewType()
157 $request->getJumpToUserId()
175 $request->getPluginId()
Test administration request class.
getRequest(array $get, array $post)
testAdminMode()
Test admin mode.
testSelectedIds()
Test selected ids.
testPluginId()
Test plugin id.
testNewType()
Test new type.
testUserId()
Test user id.
testNoRefId()
Test no ref id.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.