◆ 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 | ) |
|
getAndWithExamConditionsCheckboxEnabledDataProvider
Definition at line 87 of file SettingsIntroductionTest.php.
91 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
92 $this->assertEquals($io, $settings_introduction->getExamConditionsCheckboxEnabled());
◆ testGetAndWithIntroductionEnabled()
SettingsIntroductionTest::testGetAndWithIntroductionEnabled |
( |
bool |
$io | ) |
|
getAndWithIntroductionEnabledDataProvider
Definition at line 28 of file SettingsIntroductionTest.php.
32 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
33 $this->assertEquals($io, $settings_introduction->getIntroductionEnabled());
◆ testGetAndWithIntroductionPageId()
SettingsIntroductionTest::testGetAndWithIntroductionPageId |
( |
?int |
$io | ) |
|
getAndWithIntroductionPageIdDataProvider
Definition at line 66 of file SettingsIntroductionTest.php.
70 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
71 $this->assertEquals($io, $settings_introduction->getIntroductionPageId());
◆ testGetAndWithIntroductionText()
SettingsIntroductionTest::testGetAndWithIntroductionText |
( |
string |
$io | ) |
|
getAndWithIntroductionTextDataProvider
Definition at line 47 of file SettingsIntroductionTest.php.
51 $this->assertInstanceOf(SettingsIntroduction::class, $settings_introduction);
52 $this->assertEquals($io, $settings_introduction->getIntroductionText());
The documentation for this class was generated from the following file: