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 10.3.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
RenderArrayNonHtmlSubscriberTest::$modules property core/modules/system/tests/src/Kernel/Render/RenderArrayNonHtmlSubscriberTest.php Modules to install.
RenderArrayNonHtmlSubscriberTest::testResponses function core/modules/system/tests/src/Kernel/Render/RenderArrayNonHtmlSubscriberTest.php Tests handling of responses by events subscriber.
RenderArrayNonHtmlSubscriberTest::testResponses function core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php Tests handling of responses by events subscriber.
RenderArrayNonHtmlSubscriberTestController class core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php Controller for testing testing non-HTML requests.
RenderArrayNonHtmlSubscriberTestController.php file core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderArrayNonHtmlSubscriberTestController::rawString function core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderArrayNonHtmlSubscriberTestController::renderArray function core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderAttachedTestController class core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Controller for various permutations of #attached in the render array.
RenderAttachedTestController.php file core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php
RenderAttachedTestController::feed function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests attached feed rendering.
RenderAttachedTestController::head function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests attached HTML head rendering.
RenderAttachedTestController::header function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests attached HTML head rendering.
RenderAttachedTestController::htmlHeaderLink function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests HTTP header rendering for link.
RenderAttachedTestController::teapotHeaderStatus function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests special header and status code rendering.
RenderCacheIntegrationTest class core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests the general integration between views and the render cache.
RenderCacheIntegrationTest.php file core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
RenderCacheIntegrationTest::$modules property core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Modules to install.
RenderCacheIntegrationTest::$testViews property core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Views to be enabled.
RenderCacheIntegrationTest::assertCacheTagsForEntityBasedView function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests cache tags on output & result cache items for an entity-based view.
RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests cache tags on output & result cache items for a field-based view.
RenderCacheIntegrationTest::setUp function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
RenderCacheIntegrationTest::testBuildRenderableWithCacheContexts function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Ensure that the view renderable contains the cache contexts.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginNone function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests an entity-based view's cache tags when using the "none" cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTag function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests an entity-based view's cache tags when using the "tag" cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTime function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests an entity-based view's cache tags when using the "time" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginNone function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "none" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTag function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "tag" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTime function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "time" cache plugin.
RenderCacheIntegrationTest::testViewAddCacheMetadata function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Ensures that saving a view calculates the cache contexts.
RenderCacheWebTest class core/modules/views/tests/src/Functional/RenderCacheWebTest.php Tests render caching of blocks provided by views.
RenderCacheWebTest.php file core/modules/views/tests/src/Functional/RenderCacheWebTest.php
RenderCacheWebTest::$defaultTheme property core/modules/views/tests/src/Functional/RenderCacheWebTest.php The theme to install as the default for testing.
RenderCacheWebTest::$modules property core/modules/views/tests/src/Functional/RenderCacheWebTest.php Modules to install.
RenderCacheWebTest::$nodes property core/modules/views/tests/src/Functional/RenderCacheWebTest.php The created nodes.
RenderCacheWebTest::$testViews property core/modules/views/tests/src/Functional/RenderCacheWebTest.php
RenderCacheWebTest::setUp function core/modules/views/tests/src/Functional/RenderCacheWebTest.php Sets up the test.
RenderCacheWebTest::testEmptyView function core/modules/views/tests/src/Functional/RenderCacheWebTest.php Tests rendering caching of a views block with arguments.
RenderCacheWebTest::testRepeatedDisplay function core/modules/views/tests/src/Functional/RenderCacheWebTest.php Tests render caching for display rendered with different args on same page.
RenderedEntityTest class core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php Tests Drupal\views\Plugin\views\field\RenderedEntity.
RenderedEntityTest.php file core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php
RenderedEntityTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php
RenderedEntityTest::testRenderNullEntity function core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php Tests the render method when getEntity returns NULL.
RenderElementTest class core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php Tests Drupal\Core\Render\Element\RenderElementBase.
RenderElementTest.php file core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php
RenderElementTest::$container property core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php The container.
RenderElementTest::$requestStack property core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php The request stack.
RenderElementTest::providerTestSetAttributes function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php Provides test data for testSetAttributes().
RenderElementTest::setUp function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php
RenderElementTest::testPreRenderAjaxForm function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php Tests pre render ajax form.
RenderElementTest::testPreRenderAjaxFormWithQueryOptions function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php Tests pre render ajax form with query options.

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