Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.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
OverridesSectionStorageTest.php file core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
OverridesSectionStorageTest::$entityFieldManager property core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php The entity field manager.
OverridesSectionStorageTest::$entityRepository property core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php The entity repository.
OverridesSectionStorageTest::$entityTypeManager property core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php The entity type manager.
OverridesSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Modules to install.
OverridesSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php The plugin.
OverridesSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php The plugin.
OverridesSectionStorageTest::providerTestAccess function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Provides test data for ::testAccess().
OverridesSectionStorageTest::providerTestExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php Provides data for ::testExtractEntityFromRoute().
OverridesSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php
OverridesSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
OverridesSectionStorageTest::testAccess function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::access[[api-linebreak]]
@dataProvider providerTestAccess
OverridesSectionStorageTest::testBuildRoutes function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php @covers ::buildRoutes[[api-linebreak]]
@covers ::hasIntegerId[[api-linebreak]]
@covers ::getEntityTypes[[api-linebreak]]
@covers \Drupal\layout_builder\Routing\LayoutBuilderRoutesTrait::buildLayoutRoutes[[api-linebreak]]
OverridesSectionStorageTest::testDeriveContextsFromRoute function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::deriveContextsFromRoute[[api-linebreak]]
OverridesSectionStorageTest::testExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php @covers ::extractEntityFromRoute[[api-linebreak]]
OverridesSectionStorageTest::testGetContexts function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::getContexts[[api-linebreak]]
OverridesSectionStorageTest::testGetContextsDuringPreview function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::getContextsDuringPreview[[api-linebreak]]
OverridesSectionStorageTest::testGetDefaultSectionStorage function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::getDefaultSectionStorage[[api-linebreak]]
OverridesSectionStorageTest::testGetTempstoreKey function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::getTempstoreKey[[api-linebreak]]
OverridesSectionStorageTest::testIsOverridden function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::isOverridden[[api-linebreak]]
PageCacheTagsIntegrationTest class core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php Enables the page cache and tests its cache tags in various scenarios.
PageCacheTagsIntegrationTest.php file core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php
PageCacheTagsIntegrationTest::$defaultTheme property core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php The theme to install as the default for testing.
PageCacheTagsIntegrationTest::$modules property core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php Modules to install.
PageCacheTagsIntegrationTest::setUp function core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php
PageCacheTagsIntegrationTest::testPageCacheTags function core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php Tests that cache tags are properly bubbled up to the page level.
PageCacheTagsTestBase class core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php Provides helper methods for page cache tags tests.
PageCacheTagsTestBase.php file core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php
PageCacheTagsTestBase::setUp function core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php
PageCacheTagsTestBase::verifyDynamicPageCache function core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php Verify that when loading a given page, it's a page cache hit or miss.
PageCacheTagsTestBase::verifyPageCache function core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php Verify that when loading a given page, it's a page cache hit or miss.
PageCacheTest class core/modules/page_cache/tests/src/Functional/PageCacheTest.php Enables the page cache and tests it with various HTTP requests.
PageCacheTest.php file core/modules/page_cache/tests/src/Functional/PageCacheTest.php
PageCacheTest::$defaultTheme property core/modules/page_cache/tests/src/Functional/PageCacheTest.php The theme to install as the default for testing.
PageCacheTest::$modules property core/modules/page_cache/tests/src/Functional/PageCacheTest.php Modules to install.
PageCacheTest::getHeaders function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Retrieves only the headers for an absolute path.
PageCacheTest::setUp function core/modules/page_cache/tests/src/Functional/PageCacheTest.php
PageCacheTest::testCacheabilityOfRedirectResponses function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests that the Cache-Control header is added by FinishResponseSubscriber.
PageCacheTest::testCacheableResponseResponses function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests cacheability of a CacheableResponse.
PageCacheTest::testCacheableWithCustomCacheControl function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests a cacheable response with custom cache control.
PageCacheTest::testConditionalRequests function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testFormImmutability function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests the setting of forms to be immutable.
PageCacheTest::testHead function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests that HEAD requests are treated the same as GET requests.
PageCacheTest::testNoUrlNormalization function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests that URLs are cached in a not normalized form.
PageCacheTest::testPageCache function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests page caching.
PageCacheTest::testPageCacheAnonymous403404 function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests the 4xx-response cache tag is added and invalidated.
PageCacheTest::testPageCacheAnonymousRolePermissions function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests the automatic presence of the anonymous role's cache tag.
PageCacheTest::testPageCacheHeaders function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests page cache headers.
PageCacheTest::testPageCacheTags function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests that cache tags are properly persisted.
PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests that the page cache doesn't depend on cacheability headers.

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