ILIAS  release_8 Revision v8.25
BlockSessionRepositoryTest Class Reference

Test clipboard repository. More...

+ Inheritance diagram for BlockSessionRepositoryTest:
+ Collaboration diagram for BlockSessionRepositoryTest:

Public Member Functions

 testParent ()
 Test parent set/get. More...
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Protected Attributes

ILIAS Block BlockSessionRepository $repo
 

Detailed Description

Test clipboard repository.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 10 of file BlockSessionRepositoryTest.php.

Member Function Documentation

◆ setUp()

BlockSessionRepositoryTest::setUp ( )
protected

Definition at line 14 of file BlockSessionRepositoryTest.php.

14 : void
15 {
16 parent::setUp();
17 $this->repo = new \ILIAS\Block\BlockSessionRepository();
18 }

◆ tearDown()

BlockSessionRepositoryTest::tearDown ( )
protected

Definition at line 20 of file BlockSessionRepositoryTest.php.

20 : void
21 {
22 }

◆ testParent()

BlockSessionRepositoryTest::testParent ( )

Test parent set/get.

Definition at line 27 of file BlockSessionRepositoryTest.php.

27 : void
28 {
30 $repo->setNavPar("one", "test");
31 $this->assertEquals(
32 "test",
33 $repo->getNavPar("one")
34 );
35 }
ILIAS Block BlockSessionRepository $repo

References $repo.

Field Documentation

◆ $repo

ILIAS Block BlockSessionRepository BlockSessionRepositoryTest::$repo
protected

Definition at line 12 of file BlockSessionRepositoryTest.php.

Referenced by testParent().


The documentation for this class was generated from the following file: