Test clipboard repository.
More...
|
ILIAS Portfolio Access AccessSessionRepository | $repo |
|
Test clipboard repository.
- Author
- Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
Definition at line 26 of file AccessSessionRepositoryTest.php.
◆ setUp()
AccessSessionRepositoryTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 30 of file AccessSessionRepositoryTest.php.
30 : void
31 {
32 parent::setUp();
33 $this->repo = new \ILIAS\Portfolio\Access\AccessSessionRepository();
34 }
◆ tearDown()
AccessSessionRepositoryTest::tearDown |
( |
| ) |
|
|
protected |
◆ testSharesSessionPassword()
AccessSessionRepositoryTest::testSharesSessionPassword |
( |
| ) |
|
Definition at line 40 of file AccessSessionRepositoryTest.php.
41 {
43 $repo->setSharedSessionPassword(5,
"mypass");
44 $this->assertEquals(
45 "mypass",
46 $repo->getSharedSessionPassword(5)
47 );
48 }
ILIAS Portfolio Access AccessSessionRepository $repo
References $repo.
◆ $repo
ILIAS Portfolio Access AccessSessionRepository AccessSessionRepositoryTest::$repo |
|
protected |
The documentation for this class was generated from the following file: