19declare(strict_types=1);
21use PHPUnit\Framework\TestCase;
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()
Test clipboard repository.
testTargetId()
Test target id.
testNewType()
Test new type.
testCreationMode()
Test creation mode.
testNoRefId()
Test no ref id.
getRequest(array $get, array $post)
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.