13 protected \ILIAS\COPage\Editor\EditSessionRepository
$repo;
15 protected function setUp(): void
18 $this->repo = new \ILIAS\COPage\Editor\EditSessionRepository();
32 $repo->setPageError(
"page_error");
33 $repo->setSubCmd(
"sub_cmd");
34 $repo->setQuestionPool(4);
35 $repo->setTextLang(10,
"en");
36 $repo->setMediaPool(5);
40 $repo->getPageError() .
42 $repo->getTextLang(4) .
43 $repo->getMediaPool() .
44 $repo->getQuestionPool()
54 $repo->setPageError(
"page_error");
67 $repo->setSubCmd(
"sub");
80 $repo->setQuestionPool(15);
83 $repo->getQuestionPool()
93 $repo->setMediaPool(12);
106 $repo->setTextLang(17,
"fr");
109 $repo->getTextLang(17)
testTextLang()
Test text lang.
ILIAS COPage Editor EditSessionRepository $repo
testSubCmd()
Test sub-command.
testMediaPool()
Test media pool.
testQuestionPool()
Test question pool.
Test clipboard repository.
testPageError()
Test page error.