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\RootFolder\StandardGUIRequest(
90 "baseClass" =>
"myClass"
97 $request->getBaseClass()
Test clipboard repository.
getRequest(array $get, array $post)
testNoRefId()
Test no ref id.
testBaseClass()
Test base class.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.