◆ 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 70 of file SettingsIntroductionTest.php.
70 : void
71 {
73
74 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
75 $this->assertEquals($io, $settings_introduction->getExamConditionsCheckboxEnabled());
76 }
◆ 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 51 of file SettingsIntroductionTest.php.
51 : void
52 {
54
55 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
56 $this->assertEquals($io, $settings_introduction->getIntroductionPageId());
57 }
The documentation for this class was generated from the following file: