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()
testSelectedIds()
Test selected ids.
Class ChatMainBarProvider .
testPluginId()
Test plugin id.
testNewType()
Test new type.
testAdminMode()
Test admin mode.
getRequest(array $get, array $post)
Test administration request class.
testUserId()
Test user id.
testNoRefId()
Test no ref id.
Refinery Factory $refinery