19 declare(strict_types=1);
36 $http_mock = $this->createMock(
ILIAS\
HTTP\Services::class);
37 $lng_mock = $this->createMock(ilLanguage::class);
38 $data = new \ILIAS\Data\Factory();
40 return new \ILIAS\ContainerReference\StandardGUIRequest(
97 $request->getTargetId()
115 $request->getNewType()
126 "creation_mode" =>
"1" 133 $request->getCreationMode()
testCreationMode()
Test creation mode.
testNoRefId()
Test no ref id.
Interface Observer Contains several chained tasks and infos about them.
testTargetId()
Test target id.
testNewType()
Test new type.
Test clipboard repository.
getRequest(array $get, array $post)