|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| testSetOptionsInvalidValue () | |
| testSetOptions ($option, $getter, $value) | |
| optionsProvider () | |
| testNameIsMutable () | |
| testCookieLifetimeIsMutable () | |
| testCookieLifetimeCanBeZero () | |
| testSettingInvalidCookieLifetime () | |
| testSettingInvalidCookieLifetime2 () | |
| testWrongMethodCall () | |
| testCookieSecureDefaultsToIniSettings () | |
| testSetCookieSecureInOptions () | |
| testCookieDomainIsMutable () | |
| testCookieDomainCanBeEmpty () | |
| testSettingInvalidCookieDomain () | |
| testSettingInvalidCookieDomain2 () | |
| testSetCookieHttpOnlyInOptions () | |
| testUseCookiesDefaultsToIniSettings () | |
| testSetUseCookiesInOptions () | |
| testUseOnlyCookiesDefaultsToIniSettings () | |
| testSetUseOnlyCookiesInOptions () | |
| testRefererCheckDefaultsToIniSettings () | |
| testRefererCheckIsMutable () | |
| testRefererCheckMayBeEmpty () | |
| testSetSavePath () | |
| testConstructor ( $mockPHPFunctionNum, $givenSavePath, $expectedSavePath, $givenSaveHandler, $expectedSaveHandler) | |
| constructorDataProvider () | |
Protected Member Functions | |
| setUp () | |
@magentoAppIsolation enabled
Definition at line 43 of file ConfigTest.php.
| constructorDataProvider | ( | ) |
Definition at line 358 of file ConfigTest.php.
| optionsProvider | ( | ) |
Definition at line 128 of file ConfigTest.php.
|
protected |
Definition at line 57 of file ConfigTest.php.
| testConstructor | ( | $mockPHPFunctionNum, | |
| $givenSavePath, | |||
| $expectedSavePath, | |||
| $givenSaveHandler, | |||
| $expectedSaveHandler | |||
| ) |
| $mockPHPFunctionNum | |
| $givenSavePath | |
| $expectedSavePath | |
| $givenSaveHandler | |
| $expectedSaveHandler | @dataProvider constructorDataProvider |
Definition at line 314 of file ConfigTest.php.
| testCookieDomainCanBeEmpty | ( | ) |
Definition at line 223 of file ConfigTest.php.
| testCookieDomainIsMutable | ( | ) |
Definition at line 216 of file ConfigTest.php.
| testCookieLifetimeCanBeZero | ( | ) |
Definition at line 170 of file ConfigTest.php.
| testCookieLifetimeIsMutable | ( | ) |
Definition at line 163 of file ConfigTest.php.
| testCookieSecureDefaultsToIniSettings | ( | ) |
Definition at line 203 of file ConfigTest.php.
| testNameIsMutable | ( | ) |
Definition at line 156 of file ConfigTest.php.
| testRefererCheckDefaultsToIniSettings | ( | ) |
Definition at line 279 of file ConfigTest.php.
| testRefererCheckIsMutable | ( | ) |
Definition at line 285 of file ConfigTest.php.
| testRefererCheckMayBeEmpty | ( | ) |
Definition at line 292 of file ConfigTest.php.
| testSetCookieHttpOnlyInOptions | ( | ) |
Definition at line 246 of file ConfigTest.php.
| testSetCookieSecureInOptions | ( | ) |
Definition at line 209 of file ConfigTest.php.
| testSetOptions | ( | $option, | |
| $getter, | |||
| $value | |||
| ) |
| testSetOptionsInvalidValue | ( | ) |
Definition at line 109 of file ConfigTest.php.
| testSetSavePath | ( | ) |
Definition at line 299 of file ConfigTest.php.
| testSettingInvalidCookieDomain | ( | ) |
Definition at line 230 of file ConfigTest.php.
| testSettingInvalidCookieDomain2 | ( | ) |
Definition at line 238 of file ConfigTest.php.
| testSettingInvalidCookieLifetime | ( | ) |
Definition at line 177 of file ConfigTest.php.
| testSettingInvalidCookieLifetime2 | ( | ) |
Definition at line 185 of file ConfigTest.php.
| testSetUseCookiesInOptions | ( | ) |
Definition at line 259 of file ConfigTest.php.
| testSetUseOnlyCookiesInOptions | ( | ) |
Definition at line 272 of file ConfigTest.php.
| testUseCookiesDefaultsToIniSettings | ( | ) |
Definition at line 253 of file ConfigTest.php.
| testUseOnlyCookiesDefaultsToIniSettings | ( | ) |
Definition at line 266 of file ConfigTest.php.
| testWrongMethodCall | ( | ) |
Definition at line 193 of file ConfigTest.php.