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
LatestTranslationAffectedRevision::canExpose function core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php Determine if a filter can be exposed.
LatestTranslationAffectedRevision::create function core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php Creates an instance of the plugin.
LatestTranslationAffectedRevision::operatorForm function core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php Options form subform for setting the operator.
LatestTranslationAffectedRevision::query function core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php Add this filter to the query.
LatestTranslationAffectedRevision::__construct function core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php Constructs a new LatestRevisionTranslationAffected.
LatestTranslationAffectedRevisionTest class core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php Tests the 'Latest translation affected revision' filter.
LatestTranslationAffectedRevisionTest.php file core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php
LatestTranslationAffectedRevisionTest::$modules property core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php Modules to enable.
LatestTranslationAffectedRevisionTest::$testViews property core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php Views to be enabled.
LatestTranslationAffectedRevisionTest::testLatestRevisionFilter function core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php Tests the 'Latest revision' filter.
layout-test-1col.html.twig file core/modules/system/tests/modules/layout_test/templates/layout-test-1col.html.twig Template for an example 1 column layout.
layout-test-2col.css file core/modules/system/tests/modules/layout_test/css/layout-test-2col.css .layout-example-2col .region-left {
float: left;
width: 50%;
}
* html .layout-example-2col .region-left {
width: 49.9%;
}

.layout-example-2col .region-right {
float: left;
width: 50%;
}
* html .layout-example-2col .region-right {
width:…
layout-test-2col.html.twig file core/modules/system/tests/modules/layout_test/templates/layout-test-2col.html.twig Template for an example 2 column layout.
layout-test-plugin.html.twig file core/modules/system/tests/modules/layout_test/templates/layout-test-plugin.html.twig Template for layout_test_plugin layout.
LayoutBuilderAccessTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php Tests access to Layout Builder.
LayoutBuilderAccessTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php
LayoutBuilderAccessTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php The theme to install as the default for testing.
LayoutBuilderAccessTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php Modules to enable.
LayoutBuilderAccessTest::assertExpectedAccess function core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php Asserts the correct response code is returned based on expected access.
LayoutBuilderAccessTest::providerTestAccessWithBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php Provides test data for ::testAccessWithBundles().
LayoutBuilderAccessTest::providerTestAccessWithoutBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php Provides test data for ::testAccessWithoutBundles().
LayoutBuilderAccessTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php
LayoutBuilderAccessTest::testAccessWithBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php Tests Layout Builder access for an entity type that has bundles.
LayoutBuilderAccessTest::testAccessWithoutBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php Tests Layout Builder access for an entity type that does not have bundles.
LayoutBuilderBreadcrumbAlterTest class core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php Tests layout_builder_system_breadcrumb_alter().
LayoutBuilderBreadcrumbAlterTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php
LayoutBuilderBreadcrumbAlterTest::$modules property core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php Modules to enable.
LayoutBuilderBreadcrumbAlterTest::testBreadcrumbAlterNullRouteMatch function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php Check that there are no errors when alter called with null route match.
LayoutBuilderCompatibilityTestBase class core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php Tests Layout Builder's compatibility with existing systems.
LayoutBuilderCompatibilityTestBase.php file core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php
LayoutBuilderCompatibilityTestBase::$display property core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php The entity view display.
LayoutBuilderCompatibilityTestBase::$entity property core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php The entity being rendered.
LayoutBuilderCompatibilityTestBase::$modules property core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php Modules to enable.
LayoutBuilderCompatibilityTestBase::assertFieldAttributes function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php Asserts that the rendered entity has the correct fields.
LayoutBuilderCompatibilityTestBase::enableOverrides function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php Enables overrides for the display and reloads the entity.
LayoutBuilderCompatibilityTestBase::installLayoutBuilder function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php Installs the Layout Builder.
LayoutBuilderCompatibilityTestBase::setUp function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php
LayoutBuilderContentModerationIntegrationTest class core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Tests Content Moderation's integration with Layout Builder.
LayoutBuilderContentModerationIntegrationTest.php file core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php
LayoutBuilderContentModerationIntegrationTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php The theme to install as the default for testing.
LayoutBuilderContentModerationIntegrationTest::$modules property core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Modules to enable.
LayoutBuilderContentModerationIntegrationTest::setUp function core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php
LayoutBuilderContentModerationIntegrationTest::testLayoutModeration function core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Tests that Layout changes are respected by Content Moderation.
LayoutBuilderContentModerationIntegrationTest::testModeratedInlineBlockBundles function core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php Test placing inline blocks that belong to a moderated custom block bundle.
LayoutBuilderContextMappingUpdatePathTest class core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderContextMappingUpdatePathTest.php Tests the upgrade path for Layout Builder layout context mappings.
LayoutBuilderContextMappingUpdatePathTest.php file core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderContextMappingUpdatePathTest.php
LayoutBuilderContextMappingUpdatePathTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderContextMappingUpdatePathTest.php Set database dump files to be used.
LayoutBuilderContextMappingUpdatePathTest::testRunUpdates function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderContextMappingUpdatePathTest.php Tests the upgrade path for Layout Builder layout context mappings.
LayoutBuilderDecorationTestHtmlEntityFormController class core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php Overrides the entity form controller service for layout builder decoration test.
LayoutBuilderDecorationTestHtmlEntityFormController.php file core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php

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