19use PHPUnit\Framework\TestCase;
28 protected \ILIAS\Portfolio\Access\AccessSessionRepository
$repo;
30 protected function setUp(): void
33 $this->repo = new \ILIAS\Portfolio\Access\AccessSessionRepository();
43 $repo->setSharedSessionPassword(5,
"mypass");
46 $repo->getSharedSessionPassword(5)
Test clipboard repository.
testSharesSessionPassword()
ILIAS Portfolio Access AccessSessionRepository $repo