ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 26 of file BlockSessionRepositoryTest.php.

Member Function Documentation

◆ setUp()

BlockSessionRepositoryTest::setUp ( )
protected

Definition at line 30 of file BlockSessionRepositoryTest.php.

30  : void
31  {
32  parent::setUp();
33  $this->repo = new \ILIAS\Block\BlockSessionRepository();
34  }

◆ tearDown()

BlockSessionRepositoryTest::tearDown ( )
protected

Definition at line 36 of file BlockSessionRepositoryTest.php.

36  : void
37  {
38  }

◆ testParent()

BlockSessionRepositoryTest::testParent ( )

Test parent set/get.

Definition at line 43 of file BlockSessionRepositoryTest.php.

References $repo.

43  : void
44  {
46  $repo->setNavPar("one", "test");
47  $this->assertEquals(
48  "test",
49  $repo->getNavPar("one")
50  );
51  }
ILIAS Block BlockSessionRepository $repo

Field Documentation

◆ $repo

ILIAS Block BlockSessionRepository BlockSessionRepositoryTest::$repo
protected

Definition at line 28 of file BlockSessionRepositoryTest.php.

Referenced by testParent().


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