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. 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
DynamicPageCacheIntegrationTest.php file core/modules/dynamic_page_cache/tests/src/Functional/DynamicPageCacheIntegrationTest.php
DynamicPageCacheIntegrationTest::$defaultTheme property core/modules/dynamic_page_cache/tests/src/Functional/DynamicPageCacheIntegrationTest.php
DynamicPageCacheIntegrationTest::$modules property core/modules/dynamic_page_cache/tests/src/Functional/DynamicPageCacheIntegrationTest.php
DynamicPageCacheIntegrationTest::setUp function core/modules/dynamic_page_cache/tests/src/Functional/DynamicPageCacheIntegrationTest.php
DynamicPageCacheIntegrationTest::testDynamicPageCache function core/modules/dynamic_page_cache/tests/src/Functional/DynamicPageCacheIntegrationTest.php Tests that Dynamic Page Cache works correctly, and verifies the edge cases.
DynamicPageCacheTestController class core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php Controller routines for dynamic_page_cache_test routes.
DynamicPageCacheTestController.php file core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php
DynamicPageCacheTestController::cacheableResponse function core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php A route returning a CacheableResponse object.
DynamicPageCacheTestController::html function core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php A route returning a render array (without cache contexts, so cacheable).
DynamicPageCacheTestController::htmlUncacheableContexts function core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php A route returning a render array (with 'user' context, so uncacheable)
DynamicPageCacheTestController::htmlUncacheableMaxAge function core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php A route returning a render array (with max-age=0, so uncacheable)
DynamicPageCacheTestController::htmlUncacheableTags function core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php A route returning a render array (with a cache tag preventing caching).
DynamicPageCacheTestController::htmlWithCacheContexts function core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php A route returning a render array (with cache contexts, so cacheable).
DynamicPageCacheTestController::response function core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php A route returning a Response object.
dynamic_page_cache_test.info.yml file core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml
dynamic_page_cache_test.routing.yml file core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.routing.yml core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.routing.yml
EarlyDateTest class core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php Posts an article with a taxonomy term and a date prior to 1970.
EarlyDateTest.php file core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php
EarlyDateTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php
EarlyDateTest::$modules property core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php
EarlyDateTest::setUp function core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php
EarlyDateTest::testTaxonomyEarlyDateNode function core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php Tests taxonomy functionality with nodes prior to 1970.
EarlyRenderingControllerTest class core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php Verifies that bubbleable metadata of early rendering is not lost.
EarlyRenderingControllerTest.php file core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
EarlyRenderingControllerTest::$defaultTheme property core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
EarlyRenderingControllerTest::$modules property core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
EarlyRenderingControllerTest::testEarlyRendering function core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php Tests theme preprocess functions being able to attach assets.
EarlyRenderingTestController class core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php Controller routines for early_rendering_test routes.
EarlyRenderingTestController.php file core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::$renderer property core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php The renderer.
EarlyRenderingTestController::ajaxResponse function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::ajaxResponseEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableDomainObject function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableDomainObjectEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableResponse function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableResponseEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::create function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObject function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectWithAttachments function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectWithAttachmentsEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::earlyRenderContent function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::renderArray function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::renderArrayEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::response function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::responseEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::responseWithAttachments function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::responseWithAttachmentsEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::__construct function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php Constructs an EarlyRenderingTestController.
early_rendering_controller_test.info.yml file core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml

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