Definition at line 23 of file SettingsGeneralTest.php.
◆ getAndWithAnonymityDataProvider()
static SettingsGeneralTest::getAndWithAnonymityDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithQuestionSetTypeDataProvider()
static SettingsGeneralTest::getAndWithQuestionSetTypeDataProvider |
( |
| ) |
|
|
static |
◆ testGetAndWithAnonymity()
SettingsGeneralTest::testGetAndWithAnonymity |
( |
bool |
$io | ) |
|
Definition at line 43 of file SettingsGeneralTest.php.
43 : void
44 {
46
47 $this->assertInstanceOf(SettingsGeneral::class, $Settings_general);
48 $this->assertEquals($io, $Settings_general->getAnonymity());
49 }
◆ testGetAndWithQuestionSetType()
SettingsGeneralTest::testGetAndWithQuestionSetType |
( |
string |
$io | ) |
|
Definition at line 26 of file SettingsGeneralTest.php.
26 : void
27 {
29
30 $this->assertInstanceOf(SettingsGeneral::class, $Settings_general);
31 $this->assertEquals($io, $Settings_general->getQuestionSetType());
32 }
The documentation for this class was generated from the following file: