◆ getAndWithHighscoreAchievedTSDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreAchievedTSDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithHighscoreAnonDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreAnonDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithHighscoreEnabledDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreEnabledDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithHighscoreHintsDataProvider()
static ScoreReporting\SettingsGamificationTest::getAndWithHighscoreHintsDataProvider |
( |
| ) |
|
|
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 | ) |
|
getAndWithHighscoreAchievedTSDataProvider
Definition at line 126 of file SettingsGamificationTest.php.
128 $gamificationTest =
new SettingsGamification(0);
129 $gamificationTest = $gamificationTest->withHighscoreAchievedTS($IO);
130 $this->assertEquals($IO, $gamificationTest->getHighscoreAchievedTS());
◆ testGetAndWithHighscoreAnon()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreAnon |
( |
bool |
$IO | ) |
|
getAndWithHighscoreAnonDataProvider
Definition at line 108 of file SettingsGamificationTest.php.
110 $gamificationTest =
new SettingsGamification(0);
111 $gamificationTest = $gamificationTest->withHighscoreAnon($IO);
112 $this->assertEquals($IO, $gamificationTest->getHighscoreAnon());
◆ testGetAndWithHighscoreEnabled()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreEnabled |
( |
bool |
$IO | ) |
|
getAndWithHighscoreEnabledDataProvider
Definition at line 35 of file SettingsGamificationTest.php.
37 $gamificationTest =
new SettingsGamification(0);
38 $gamificationTest = $gamificationTest->withHighscoreEnabled($IO);
39 $this->assertEquals($IO, $gamificationTest->getHighscoreEnabled());
◆ testGetAndWithHighscoreHints()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreHints |
( |
bool |
$IO | ) |
|
getAndWithHighscoreHintsDataProvider
Definition at line 180 of file SettingsGamificationTest.php.
182 $gamificationTest =
new SettingsGamification(0);
183 $gamificationTest = $gamificationTest->withHighscoreHints($IO);
184 $this->assertEquals($IO, $gamificationTest->getHighscoreHints());
◆ testGetAndWithHighscoreOwnTable()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreOwnTable |
( |
bool |
$IO | ) |
|
getAndWithHighscoreOwnTableDataProvider
Definition at line 53 of file SettingsGamificationTest.php.
55 $gamificationTest =
new SettingsGamification(0);
56 $gamificationTest = $gamificationTest->withHighscoreOwnTable($IO);
57 $this->assertEquals($IO, $gamificationTest->getHighscoreOwnTable());
◆ testGetAndWithHighscorePercentage()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscorePercentage |
( |
bool |
$IO | ) |
|
getAndWithHighscorePercentageDataProvider
Definition at line 162 of file SettingsGamificationTest.php.
164 $gamificationTest =
new SettingsGamification(0);
165 $gamificationTest = $gamificationTest->withHighscorePercentage($IO);
166 $this->assertEquals($IO, $gamificationTest->getHighscorePercentage());
◆ testGetAndWithHighscoreScore()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreScore |
( |
bool |
$IO | ) |
|
getAndWithHighscoreScoreDataProvider
Definition at line 144 of file SettingsGamificationTest.php.
146 $gamificationTest =
new SettingsGamification(0);
147 $gamificationTest = $gamificationTest->withHighscoreScore($IO);
148 $this->assertEquals($IO, $gamificationTest->getHighscoreScore());
◆ testGetAndWithHighscoreTopNum()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreTopNum |
( |
int |
$IO | ) |
|
getAndWithHighscoreTopNumDataProvider
Definition at line 89 of file SettingsGamificationTest.php.
91 $gamificationTest =
new SettingsGamification(0);
92 $gamificationTest = $gamificationTest->withHighscoreTopNum($IO);
93 $this->assertEquals($IO, $gamificationTest->getHighscoreTopNum());
◆ testGetAndWithHighscoreTopTable()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreTopTable |
( |
bool |
$IO | ) |
|
getAndWithHighscoreTopTableDataProvider
Definition at line 71 of file SettingsGamificationTest.php.
73 $gamificationTest =
new SettingsGamification(0);
74 $gamificationTest = $gamificationTest->withHighscoreTopTable($IO);
75 $this->assertEquals($IO, $gamificationTest->getHighscoreTopTable());
◆ testGetAndWithHighscoreWTime()
ScoreReporting\SettingsGamificationTest::testGetAndWithHighscoreWTime |
( |
bool |
$IO | ) |
|
getAndWithHighscoreWTimeDataProvider
Definition at line 198 of file SettingsGamificationTest.php.
200 $gamificationTest =
new SettingsGamification(0);
201 $gamificationTest = $gamificationTest->withHighscoreWTime($IO);
202 $this->assertEquals($IO, $gamificationTest->getHighscoreWTime());
The documentation for this class was generated from the following file: