◆ getAndWithHighscoreAchievedTSDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreAchievedTSDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithHighscoreAnonDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreAnonDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithHighscoreEnabledDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreEnabledDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithHighscoreOwnTableDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreOwnTableDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithHighscorePercentageDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscorePercentageDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithHighscoreScoreDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreScoreDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithHighscoreTopNumDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreTopNumDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithHighscoreTopTableDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreTopTableDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithHighscoreWTimeDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreWTimeDataProvider |
( |
| ) |
|
|
static |
◆ testConstruct()
ScoreReporting\SettingsGamificationTest::testConstruct |
( |
| ) |
|
Definition at line 26 of file SettingsGamificationTest.php.
26 : void
27 {
28 $gamificationTest = new SettingsGamification(0);
29 $this->assertInstanceOf(SettingsGamification::class, $gamificationTest);
30 }
◆ testGetAndWithHighscoreAchievedTS()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreAchievedTS |
( |
bool |
$IO | ) |
|
Definition at line 114 of file SettingsGamificationTest.php.
114 : void
115 {
116 $gamificationTest = new SettingsGamification(0);
117 $gamificationTest = $gamificationTest->withHighscoreAchievedTS($IO);
118 $this->assertEquals($IO, $gamificationTest->getHighscoreAchievedTS());
119 }
◆ testGetAndWithHighscoreAnon()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreAnon |
( |
bool |
$IO | ) |
|
Definition at line 98 of file SettingsGamificationTest.php.
98 : void
99 {
100 $gamificationTest = new SettingsGamification(0);
101 $gamificationTest = $gamificationTest->withHighscoreAnon($IO);
102 $this->assertEquals($IO, $gamificationTest->getHighscoreAnon());
103 }
◆ testGetAndWithHighscoreEnabled()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreEnabled |
( |
bool |
$IO | ) |
|
Definition at line 33 of file SettingsGamificationTest.php.
33 : void
34 {
35 $gamificationTest = new SettingsGamification(0);
36 $gamificationTest = $gamificationTest->withHighscoreEnabled($IO);
37 $this->assertEquals($IO, $gamificationTest->getHighscoreEnabled());
38 }
◆ testGetAndWithHighscoreOwnTable()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreOwnTable |
( |
bool |
$IO | ) |
|
Definition at line 49 of file SettingsGamificationTest.php.
49 : void
50 {
51 $gamificationTest = new SettingsGamification(0);
52 $gamificationTest = $gamificationTest->withHighscoreOwnTable($IO);
53 $this->assertEquals($IO, $gamificationTest->getHighscoreOwnTable());
54 }
◆ testGetAndWithHighscorePercentage()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscorePercentage |
( |
bool |
$IO | ) |
|
Definition at line 146 of file SettingsGamificationTest.php.
146 : void
147 {
148 $gamificationTest = new SettingsGamification(0);
149 $gamificationTest = $gamificationTest->withHighscorePercentage($IO);
150 $this->assertEquals($IO, $gamificationTest->getHighscorePercentage());
151 }
◆ testGetAndWithHighscoreScore()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreScore |
( |
bool |
$IO | ) |
|
Definition at line 130 of file SettingsGamificationTest.php.
130 : void
131 {
132 $gamificationTest = new SettingsGamification(0);
133 $gamificationTest = $gamificationTest->withHighscoreScore($IO);
134 $this->assertEquals($IO, $gamificationTest->getHighscoreScore());
135 }
◆ testGetAndWithHighscoreTopNum()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreTopNum |
( |
int |
$IO | ) |
|
Definition at line 81 of file SettingsGamificationTest.php.
81 : void
82 {
83 $gamificationTest = new SettingsGamification(0);
84 $gamificationTest = $gamificationTest->withHighscoreTopNum($IO);
85 $this->assertEquals($IO, $gamificationTest->getHighscoreTopNum());
86 }
◆ testGetAndWithHighscoreTopTable()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreTopTable |
( |
bool |
$IO | ) |
|
Definition at line 65 of file SettingsGamificationTest.php.
65 : void
66 {
67 $gamificationTest = new SettingsGamification(0);
68 $gamificationTest = $gamificationTest->withHighscoreTopTable($IO);
69 $this->assertEquals($IO, $gamificationTest->getHighscoreTopTable());
70 }
◆ testGetAndWithHighscoreWTime()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreWTime |
( |
bool |
$IO | ) |
|
Definition at line 162 of file SettingsGamificationTest.php.
162 : void
163 {
164 $gamificationTest = new SettingsGamification(0);
165 $gamificationTest = $gamificationTest->withHighscoreWTime($IO);
166 $this->assertEquals($IO, $gamificationTest->getHighscoreWTime());
167 }
The documentation for this class was generated from the following file: