29 protected \ILIAS\COPage\Editor\EditSessionRepository
$repo;
31 protected function setUp(): void
34 $this->repo = new \ILIAS\COPage\Editor\EditSessionRepository();
48 $repo->setPageError(
"page_error");
49 $repo->setSubCmd(
"sub_cmd");
50 $repo->setQuestionPool(4);
51 $repo->setTextLang(10,
"en");
52 $repo->setMediaPool(5);
56 $repo->getPageError() .
58 $repo->getTextLang(4) .
59 $repo->getMediaPool() .
60 $repo->getQuestionPool()
70 $repo->setPageError(
"page_error");
83 $repo->setSubCmd(
"sub");
96 $repo->setQuestionPool(15);
99 $repo->getQuestionPool()
109 $repo->setMediaPool(12);
112 $repo->getMediaPool()
122 $repo->setTextLang(17,
"fr");
125 $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.