| SettingsTest::providerTestDatabaseInfoInitialization |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Provides data for testDatabaseInfoInitialization(). |
| SettingsTest::providerTestFakeDeprecatedSettings |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Provides data for testFakeDeprecatedSettings(). |
| SettingsTest::providerTestGetHashSaltEmpty |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Data provider for testGetHashSaltEmpty. |
| SettingsTest::providerTestRealDeprecatedSettings |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Provides data for testRealDeprecatedSettings(). |
| SettingsTest::setUp |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests set up. |
| SettingsTest::setUp |
function |
core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php |
|
| SettingsTest::setUp |
function |
core/modules/views_ui/tests/src/Functional/SettingsTest.php |
Sets up the test. |
| SettingsTest::testCredentialForm |
function |
core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php |
Test the Credential form with defaults in settings.php. |
| SettingsTest::testDatabaseInfoInitialization |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests initialization performed for the $databases variable. |
| SettingsTest::testEditUI |
function |
core/modules/views_ui/tests/src/Functional/SettingsTest.php |
Tests the settings for the edit ui. |
| SettingsTest::testFakeDeprecatedSettings |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests deprecation messages and values when using fake deprecated settings. |
| SettingsTest::testGet |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests get. |
| SettingsTest::testGetAll |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests get all. |
| SettingsTest::testGetApcuPrefix |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests Settings::getApcuPrefix(). |
| SettingsTest::testGetHashSalt |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests Settings::getHashSalt(). |
| SettingsTest::testGetHashSaltEmpty |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests Settings::getHashSalt() with no hash salt value. |
| SettingsTest::testGetInstance |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests get instance. |
| SettingsTest::testGetInstanceReflection |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests that an exception is thrown when settings are not initialized yet. |
| SettingsTest::testRealDeprecatedSettings |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests deprecation messages for real deprecated settings. |
| SettingsTest::testSerialize |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Ensures settings cannot be serialized. |
| SettingsTrayBlockFormTest |
class |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Testing opening and saving block forms in the off-canvas dialog. |
| SettingsTrayBlockFormTest.php |
file |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
|
| SettingsTrayBlockFormTest::$defaultTheme |
property |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
The theme to install as the default for testing. |
| SettingsTrayBlockFormTest::$modules |
property |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Modules to install. |
| SettingsTrayBlockFormTest::doTestBlocks |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Tests opening off-canvas dialog by click blocks and elements in the blocks. |
| SettingsTrayBlockFormTest::getBlockTests |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Creates tests for ::testBlocks(). |
| SettingsTrayBlockFormTest::setUp |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
|
| SettingsTrayBlockFormTest::testBlocks |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Tests opening off-canvas dialog by click blocks and elements in the blocks. |
| SettingsTrayBlockFormTest::testEditModeEnableDisable |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Tests enabling and disabling Edit Mode. |
| SettingsTrayBlockFormTest::testValidationMessages |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Tests that validation errors appear in the off-canvas dialog. |
| SettingsTrayTest |
class |
core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php |
Tests opening and saving block forms in the off-canvas dialog. |
| SettingsTrayTest.php |
file |
core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php |
|
| SettingsTrayTest::$defaultTheme |
property |
core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php |
The theme to install as the default for testing. |
| SettingsTrayTest::$modules |
property |
core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php |
Modules to install. |
| SettingsTrayTest::getBlockSelector |
function |
core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php |
Gets the block CSS selector. |
| SettingsTrayTest::testOptOut |
function |
core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php |
Tests that certain blocks opt out from Settings Tray. |
| SettingsTrayTest::testPossibleAnnotations |
function |
core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php |
Tests the 3 possible forms[settings_tray] annotations: class, FALSE, none. |
| SettingsTrayTestBase |
class |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Base class for Settings Tray tests. |
| SettingsTrayTestBase.php |
file |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
|
| SettingsTrayTestBase::$modules |
property |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Modules to install. |
| SettingsTrayTestBase::assertEditModeDisabled |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Assert that edit mode has been properly disabled. |
| SettingsTrayTestBase::assertEditModeEnabled |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Assert that edit mode has been properly enabled. |
| SettingsTrayTestBase::assertOffCanvasBlockFormIsValid |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Asserts that Off-Canvas block form is valid. |
| SettingsTrayTestBase::disableEditMode |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Disables edit mode by pressing edit button in the toolbar. |
| SettingsTrayTestBase::enableEditMode |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Enables edit mode by pressing edit button in the toolbar. |
| SettingsTrayTestBase::getBlockSelector |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Gets the block CSS selector. |
| SettingsTrayTestBase::getTestThemes |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Get themes to test. |
| SettingsTrayTestBase::isLabelInputVisible |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Determines if the label input is visible. |
| SettingsTrayTestBase::LABEL_INPUT_SELECTOR |
constant |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
|
| SettingsTrayTestBase::openBlockForm |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Open block form by clicking the element found with a css selector. |