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\RootFolder\StandardGUIRequest(
74 "baseClass" =>
"myClass"
81 $request->getBaseClass()
Test clipboard repository.
getRequest(array $get, array $post)
testNoRefId()
Test no ref id.
testBaseClass()
Test base class.
Refinery Factory $refinery
Class ChatMainBarProvider \MainMenu\Provider.