◆ 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.
79 : void
80 {
82
83 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
84 $this->assertEquals($io, $settings_introduction->getExamConditionsCheckboxEnabled());
85 }
◆ testGetAndWithIntroductionEnabled()
SettingsIntroductionTest::testGetAndWithIntroductionEnabled |
( |
bool |
$io | ) |
|
Definition at line 26 of file SettingsIntroductionTest.php.
26 : void
27 {
29
30 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
31 $this->assertEquals($io, $settings_introduction->getIntroductionEnabled());
32 }
◆ testGetAndWithIntroductionPageId()
SettingsIntroductionTest::testGetAndWithIntroductionPageId |
( |
?int |
$io | ) |
|
Definition at line 60 of file SettingsIntroductionTest.php.
60 : void
61 {
63
64 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
65 $this->assertEquals($io, $settings_introduction->getIntroductionPageId());
66 }
◆ testGetAndWithIntroductionText()
SettingsIntroductionTest::testGetAndWithIntroductionText |
( |
string |
$io | ) |
|
Definition at line 43 of file SettingsIntroductionTest.php.
43 : void
44 {
46
47 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
48 $this->assertEquals($io, $settings_introduction->getIntroductionText());
49 }
The documentation for this class was generated from the following file: