| options_test_views.info.yml |
file |
core/modules/options/tests/options_test_views/options_test_views.info.yml |
core/modules/options/tests/options_test_views/options_test_views.info.yml |
| OrderByTest |
class |
core/tests/Drupal/Tests/Core/Database/OrderByTest.php |
Tests the orderBy() method of select queries. |
| OrderByTest.php |
file |
core/tests/Drupal/Tests/Core/Database/OrderByTest.php |
|
| OrderByTest::$query |
property |
core/tests/Drupal/Tests/Core/Database/OrderByTest.php |
The select query object to test. |
| OrderByTest::setUp |
function |
core/tests/Drupal/Tests/Core/Database/OrderByTest.php |
|
| OrderByTest::testFieldEscaping |
function |
core/tests/Drupal/Tests/Core/Database/OrderByTest.php |
Tests that fields passed for ordering get escaped properly. |
| OrderByTest::testInvalidDirection |
function |
core/tests/Drupal/Tests/Core/Database/OrderByTest.php |
Checks that invalid sort directions in ORDER BY get converted to ASC. |
| OtherInstallationProfileTestsTest |
class |
core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php |
Verifies that tests in other installation profiles are found. |
| OtherInstallationProfileTestsTest.php |
file |
core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php |
|
| OtherInstallationProfileTestsTest::$adminUser |
property |
core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php |
An administrative user with permission to administer unit tests. |
| OtherInstallationProfileTestsTest::$modules |
property |
core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php |
Modules to enable. |
| OtherInstallationProfileTestsTest::$profile |
property |
core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php |
Use the Minimal profile. |
| OtherInstallationProfileTestsTest::setUp |
function |
core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php |
|
| OtherInstallationProfileTestsTest::testOtherInstallationProfile |
function |
core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php |
Tests that tests located in another installation profile appear. |
| outbound_processing_test.info.yml |
file |
core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml |
core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml |
| outbound_processing_test.routing.yml |
file |
core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml |
core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml |
| OverlapWithTopLevelDependenciesTest |
class |
core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php |
Tests DrupalCoreRecommendedBuilder. |
| OverlapWithTopLevelDependenciesTest.php |
file |
core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php |
|
| OverlapWithTopLevelDependenciesTest::templateProjectPathProvider |
function |
core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php |
Provides data for testOverlapWithTemplateProject(). |
| OverlapWithTopLevelDependenciesTest::testOverlapWithTemplateProject |
function |
core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php |
Tests top level and core-recommended dependencies do not overlap. |
| OverriddenConfigImportTest |
class |
core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php |
Tests importing of config with language overrides. |
| OverriddenConfigImportTest.php |
file |
core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php |
|
| OverriddenConfigImportTest::$configImporter |
property |
core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php |
Config Importer object used for testing. |
| OverriddenConfigImportTest::$modules |
property |
core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php |
Modules to enable. |
| OverriddenConfigImportTest::setUp |
function |
core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php |
|
| OverriddenConfigImportTest::testConfigImportUpdates |
function |
core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php |
Tests importing overridden config alongside config in the default language. |
| OverriddenConfigurationTest |
class |
core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php |
Tests handling of configuration overrides. |
| OverriddenConfigurationTest.php |
file |
core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php |
|
| OverriddenConfigurationTest::$defaultTheme |
property |
core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php |
The theme to install as the default for testing. |
| OverriddenConfigurationTest::$modules |
property |
core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php |
Modules to enable. |
| OverriddenConfigurationTest::assertOverriddenBlockDisabled |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php |
Asserts that an overridden block has Settings Tray disabled. |
| OverriddenConfigurationTest::setUp |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php |
|
| OverriddenConfigurationTest::testOverriddenBlock |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php |
Tests that blocks with configuration overrides are disabled. |
| OverriddenConfigurationTest::testOverriddenConfigurationRemoved |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php |
Test blocks with overridden related configuration removed when overridden. |
| OverrideDisplaysTest |
class |
core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php |
Tests that displays can be correctly overridden via the user interface. |
| OverrideDisplaysTest.php |
file |
core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php |
|
| OverrideDisplaysTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php |
The theme to install as the default for testing. |
| OverrideDisplaysTest::setUp |
function |
core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php |
|
| OverrideDisplaysTest::testOverrideDisplays |
function |
core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php |
Tests that displays can be overridden via the UI. |
| OverrideDisplaysTest::testRevertAllDisplays |
function |
core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php |
Tests that the revert to all displays select-option works as expected. |
| OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays |
function |
core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php |
Tests that the wizard correctly sets up default and overridden displays. |
| OverrideSectionsTest |
class |
core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php |
Tests that override layout sections are not exposed via the REST API. |
| OverrideSectionsTest.php |
file |
core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php |
|
| OverrideSectionsTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php |
The theme to install as the default for testing. |
| OverrideSectionsTest::$resourceConfigId |
property |
core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php |
The REST Resource Config entity ID under test (i.e. a resource type). |
| OverrideSectionsTest::setUp |
function |
core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php |
|
| OverrideSectionsTest::testOverrideField |
function |
core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php |
Tests that the layout override field is not normalized. |
| OverridesSectionStorageTest |
class |
core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php |
@coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\OverridesSectionStorage[[api-linebreak]] |
| OverridesSectionStorageTest |
class |
core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php |
@coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\OverridesSectionStorage[[api-linebreak]] |
| OverridesSectionStorageTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php |
|