Search for test

  1. Search 7.x for test
  2. Search 8.9.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
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 @covers ::get[[api-linebreak]]
SettingsTest::testGetAll function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @covers ::getAll[[api-linebreak]]
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 @covers ::getInstance[[api-linebreak]]
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 enable.
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.
SettingsTrayIntegrationTest class core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php Test Settings Tray and Quick Edit modules integration.
SettingsTrayIntegrationTest.php file core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php
SettingsTrayIntegrationTest::$defaultTheme property core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php The theme to install as the default for testing.
SettingsTrayIntegrationTest::$modules property core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php Modules to enable.
SettingsTrayIntegrationTest::createBlockContent function core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php Creates a custom block.
SettingsTrayIntegrationTest::createBlockContentType function core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php Creates a custom block type (bundle).
SettingsTrayIntegrationTest::getTestThemes function core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php Get themes to test.
SettingsTrayIntegrationTest::setUp function core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php
SettingsTrayIntegrationTest::testCustomBlockLinks function core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php Tests that contextual links in custom blocks are changed.
SettingsTrayIntegrationTest::testQuickEditLinks function core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php Tests QuickEdit links behavior.
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 enable.
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 enable.
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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.