3declare(strict_types=1);
5use PHPUnit\Framework\TestCase;
20 $http_mock = $this->createMock(
ILIAS\HTTP\Services::class);
21 $lng_mock = $this->createMock(ilLanguage::class);
22 $data = new \ILIAS\Data\Factory();
24 return new \ILIAS\ContainerReference\StandardGUIRequest(
81 $request->getTargetId()
99 $request->getNewType()
110 "creation_mode" =>
"1"
117 $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)
Refinery Factory $refinery
Class ChatMainBarProvider \MainMenu\Provider.