ILIAS  release_8 Revision v8.24
BadgeManagementSessionRepositoryTest Class Reference
+ Inheritance diagram for BadgeManagementSessionRepositoryTest:
+ Collaboration diagram for BadgeManagementSessionRepositoryTest:

Public Member Functions

 testClear ()
 
 testBadgeIds ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Protected Attributes

ilBadgeManagementSessionRepository $repo
 

Detailed Description

Member Function Documentation

◆ setUp()

BadgeManagementSessionRepositoryTest::setUp ( )
protected

Definition at line 28 of file BadgeManagementSessionRepositoryTest.php.

28 : void
29 {
30 parent::setUp();
31 $this->repo = new ilBadgeManagementSessionRepository();
32 $this->repo->clear();
33 }

◆ tearDown()

BadgeManagementSessionRepositoryTest::tearDown ( )
protected

Definition at line 35 of file BadgeManagementSessionRepositoryTest.php.

35 : void
36 {
37 }

◆ testBadgeIds()

BadgeManagementSessionRepositoryTest::testBadgeIds ( )

◆ testClear()

BadgeManagementSessionRepositoryTest::testClear ( )

Field Documentation

◆ $repo

ilBadgeManagementSessionRepository BadgeManagementSessionRepositoryTest::$repo
protected

Definition at line 26 of file BadgeManagementSessionRepositoryTest.php.

Referenced by testBadgeIds(), and testClear().


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