Definition at line 23 of file SettingsGeneralTest.php.
◆ getAndWithAnonymityDataProvider()
static SettingsGeneralTest::getAndWithAnonymityDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithQuestionSetTypeDataProvider()
static SettingsGeneralTest::getAndWithQuestionSetTypeDataProvider |
( |
| ) |
|
|
static |
◆ testGetAndWithAnonymity()
SettingsGeneralTest::testGetAndWithAnonymity |
( |
bool |
$io | ) |
|
getAndWithAnonymityDataProvider
Definition at line 47 of file SettingsGeneralTest.php.
51 $this->assertInstanceOf(SettingsGeneral::class, $Settings_general);
52 $this->assertEquals($io, $Settings_general->getAnonymity());
◆ testGetAndWithQuestionSetType()
SettingsGeneralTest::testGetAndWithQuestionSetType |
( |
string |
$io | ) |
|
getAndWithQuestionSetTypeDataProvider
Definition at line 28 of file SettingsGeneralTest.php.
32 $this->assertInstanceOf(SettingsGeneral::class, $Settings_general);
33 $this->assertEquals($io, $Settings_general->getQuestionSetType());
The documentation for this class was generated from the following file: