3use PHPUnit\Framework\TestCase;
12 protected \ILIAS\Portfolio\Access\AccessSessionRepository
$repo;
14 protected function setUp(): void
17 $this->repo = new \ILIAS\Portfolio\Access\AccessSessionRepository();
27 $repo->setSharedSessionPassword(5,
"mypass");
30 $repo->getSharedSessionPassword(5)
Test clipboard repository.
testSharesSessionPassword()
ILIAS Portfolio Access AccessSessionRepository $repo