ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ScoreReporting\ScoreSettingsDatabaseRepositoryTest Class Reference
+ Inheritance diagram for ScoreReporting\ScoreSettingsDatabaseRepositoryTest:
+ Collaboration diagram for ScoreReporting\ScoreSettingsDatabaseRepositoryTest:

Public Member Functions

 testConstruct ()
 

Additional Inherited Members

- Static Public Member Functions inherited from ilTestBaseTestCase
static callMethod ($obj, $name, array $args=[])
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Definition at line 26 of file ScoreSettingsDatabaseRepositoryTest.php.

Member Function Documentation

◆ testConstruct()

ScoreReporting\ScoreSettingsDatabaseRepositoryTest::testConstruct ( )

Definition at line 28 of file ScoreSettingsDatabaseRepositoryTest.php.

28  : void
29  {
30  $ilObjTestScoreSettingsDatabaseRepository = new ScoreSettingsDatabaseRepository(
31  $this->createMock(ilDBInterface::class)
32  );
33  $this->assertInstanceOf(ScoreSettingsDatabaseRepository::class, $ilObjTestScoreSettingsDatabaseRepository);
34  }

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