34 $http_mock = $this->createMock(
ILIAS\
HTTP\Services::class);
35 $lng_mock = $this->createMock(ilLanguage::class);
36 $data = new \ILIAS\Data\Factory();
38 return new \ILIAS\LearningModule\Editing\EditingGUIRequest(
72 $request->getFirstChild()
102 $request->getNodeId()
110 "title" => [
"1" =>
"test",
"2" =>
"titles"]
116 [
"1" =>
"test",
"2" =>
"titles"],
117 $request->getTitles()
Interface Observer Contains several chained tasks and infos about them.
getRequest(array $get, array $post)
Test learning module editing request.