ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 ( )

Definition at line 50 of file BadgeManagementSessionRepositoryTest.php.

References $repo, ilBadgeManagementSessionRepository\getBadgeIds(), and ilBadgeManagementSessionRepository\setBadgeIds().

50  : void
51  {
53  $repo->setBadgeIds([1,6,7]);
54  $this->assertEquals(
55  [1,6,7],
57  );
58  }
+ Here is the call graph for this function:

◆ 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: