◆ getAndWithExamConditionsCheckboxEnabledDataProvider()
static SettingsIntroductionTest::getAndWithExamConditionsCheckboxEnabledDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithIntroductionEnabledDataProvider()
static SettingsIntroductionTest::getAndWithIntroductionEnabledDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithIntroductionPageIdDataProvider()
static SettingsIntroductionTest::getAndWithIntroductionPageIdDataProvider |
( |
| ) |
|
|
static |
◆ getAndWithIntroductionTextDataProvider()
static SettingsIntroductionTest::getAndWithIntroductionTextDataProvider |
( |
| ) |
|
|
static |
◆ testGetAndWithExamConditionsCheckboxEnabled()
SettingsIntroductionTest::testGetAndWithExamConditionsCheckboxEnabled |
( |
bool |
$io | ) |
|
Definition at line 79 of file SettingsIntroductionTest.php.
83 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
84 $this->assertEquals($io, $settings_introduction->getExamConditionsCheckboxEnabled());
◆ testGetAndWithIntroductionEnabled()
SettingsIntroductionTest::testGetAndWithIntroductionEnabled |
( |
bool |
$io | ) |
|
Definition at line 26 of file SettingsIntroductionTest.php.
30 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
31 $this->assertEquals($io, $settings_introduction->getIntroductionEnabled());
◆ testGetAndWithIntroductionPageId()
SettingsIntroductionTest::testGetAndWithIntroductionPageId |
( |
?int |
$io | ) |
|
Definition at line 60 of file SettingsIntroductionTest.php.
64 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
65 $this->assertEquals($io, $settings_introduction->getIntroductionPageId());
◆ testGetAndWithIntroductionText()
SettingsIntroductionTest::testGetAndWithIntroductionText |
( |
string |
$io | ) |
|
Definition at line 43 of file SettingsIntroductionTest.php.
47 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
48 $this->assertEquals($io, $settings_introduction->getIntroductionText());
The documentation for this class was generated from the following file: