◆ 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.
28 $gamificationTest =
new SettingsGamification(0);
29 $this->assertInstanceOf(SettingsGamification::class, $gamificationTest);
◆ testGetAndWithHighscoreAchievedTS()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreAchievedTS |
( |
bool |
$IO | ) |
|
Definition at line 114 of file SettingsGamificationTest.php.
116 $gamificationTest =
new SettingsGamification(0);
117 $gamificationTest = $gamificationTest->withHighscoreAchievedTS($IO);
118 $this->assertEquals($IO, $gamificationTest->getHighscoreAchievedTS());
◆ testGetAndWithHighscoreAnon()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreAnon |
( |
bool |
$IO | ) |
|
Definition at line 98 of file SettingsGamificationTest.php.
100 $gamificationTest =
new SettingsGamification(0);
101 $gamificationTest = $gamificationTest->withHighscoreAnon($IO);
102 $this->assertEquals($IO, $gamificationTest->getHighscoreAnon());
◆ testGetAndWithHighscoreEnabled()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreEnabled |
( |
bool |
$IO | ) |
|
Definition at line 33 of file SettingsGamificationTest.php.
35 $gamificationTest =
new SettingsGamification(0);
36 $gamificationTest = $gamificationTest->withHighscoreEnabled($IO);
37 $this->assertEquals($IO, $gamificationTest->getHighscoreEnabled());
◆ testGetAndWithHighscoreOwnTable()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreOwnTable |
( |
bool |
$IO | ) |
|
Definition at line 49 of file SettingsGamificationTest.php.
51 $gamificationTest =
new SettingsGamification(0);
52 $gamificationTest = $gamificationTest->withHighscoreOwnTable($IO);
53 $this->assertEquals($IO, $gamificationTest->getHighscoreOwnTable());
◆ testGetAndWithHighscorePercentage()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscorePercentage |
( |
bool |
$IO | ) |
|
Definition at line 146 of file SettingsGamificationTest.php.
148 $gamificationTest =
new SettingsGamification(0);
149 $gamificationTest = $gamificationTest->withHighscorePercentage($IO);
150 $this->assertEquals($IO, $gamificationTest->getHighscorePercentage());
◆ testGetAndWithHighscoreScore()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreScore |
( |
bool |
$IO | ) |
|
Definition at line 130 of file SettingsGamificationTest.php.
132 $gamificationTest =
new SettingsGamification(0);
133 $gamificationTest = $gamificationTest->withHighscoreScore($IO);
134 $this->assertEquals($IO, $gamificationTest->getHighscoreScore());
◆ testGetAndWithHighscoreTopNum()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreTopNum |
( |
int |
$IO | ) |
|
Definition at line 81 of file SettingsGamificationTest.php.
83 $gamificationTest =
new SettingsGamification(0);
84 $gamificationTest = $gamificationTest->withHighscoreTopNum($IO);
85 $this->assertEquals($IO, $gamificationTest->getHighscoreTopNum());
◆ testGetAndWithHighscoreTopTable()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreTopTable |
( |
bool |
$IO | ) |
|
Definition at line 65 of file SettingsGamificationTest.php.
67 $gamificationTest =
new SettingsGamification(0);
68 $gamificationTest = $gamificationTest->withHighscoreTopTable($IO);
69 $this->assertEquals($IO, $gamificationTest->getHighscoreTopTable());
◆ testGetAndWithHighscoreWTime()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreWTime |
( |
bool |
$IO | ) |
|
Definition at line 162 of file SettingsGamificationTest.php.
164 $gamificationTest =
new SettingsGamification(0);
165 $gamificationTest = $gamificationTest->withHighscoreWTime($IO);
166 $this->assertEquals($IO, $gamificationTest->getHighscoreWTime());
The documentation for this class was generated from the following file: