Search for test

  1. Search 7.x for test
  2. Search 9.5.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
ReverseProxyMiddlewareTest.php file core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::$mockHttpKernel property core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::reverseProxyEnabledProvider function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Data provider for testReverseProxyEnabled.
ReverseProxyMiddlewareTest::reverseProxyEnabledProviderLegacy function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Data provider for testReverseProxyEnabled.
ReverseProxyMiddlewareTest::setUp function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::testNoProxy function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that subscriber does not act when reverse proxy is not set.
ReverseProxyMiddlewareTest::testReverseProxyEnabled function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that subscriber sets trusted headers when reverse proxy is set.
ReverseProxyMiddlewareTest::testReverseProxyEnabledLegacy function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that subscriber sets trusted headers when reverse proxy is set.
ReverseProxyMiddlewareTest::trustedHeadersAreSet function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that trusted headers are set correctly.
RevisionableContentEntityBaseTest class core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Test the revision system.
RevisionableContentEntityBaseTest.php file core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
RevisionableContentEntityBaseTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Modules to enable.
RevisionableContentEntityBaseTest::assertItemsTableCount function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Asserts the amount of items on entity related tables.
RevisionableContentEntityBaseTest::createRevision function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Creates a new revision in the entity of this test class.
RevisionableContentEntityBaseTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
RevisionableContentEntityBaseTest::testRevisionableContentEntity function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Tests the correct functionality CRUD operations of entity revisions.
RevisionableContentEntityBaseTest::testWasDefaultRevision function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Tests the behavior of the "revision_default" flag.
RevisionableInterface::isLatestRevision function core/lib/Drupal/Core/Entity/RevisionableInterface.php Checks if this entity is the latest revision.
RevisionableStorageInterface::getLatestRevisionId function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Returns the latest revision identifier for an entity.
RevisionCreateTimestampTest class core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php Ensures that the revision create time can be accessed in views.
RevisionCreateTimestampTest.php file core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php
RevisionCreateTimestampTest::$modules property core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php Modules to enable.
RevisionCreateTimestampTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php Views to be enabled.
RevisionCreateTimestampTest::setUp function core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php
RevisionCreateTimestampTest::testRevisionCreateTimestampView function core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php
RevisionLinkTest class core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php Tests the different revision link handlers.
RevisionLinkTest.php file core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php
RevisionLinkTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php The theme to install as the default for testing.
RevisionLinkTest::$testViews property core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php Views used by this test.
RevisionLinkTest::testRevisionLinks function core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php Tests revision links.
RevisionRelationshipsTest class core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php Tests the integration of node_revision table of node module.
RevisionRelationshipsTest class core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Tests the integration of block_content_revision table.
RevisionRelationshipsTest.php file core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php
RevisionRelationshipsTest.php file core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php
RevisionRelationshipsTest::$modules property core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php Modules to enable.
RevisionRelationshipsTest::$modules property core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Modules to enable.
RevisionRelationshipsTest::$testViews property core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Views used by this test.
RevisionRelationshipsTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php Views used by this test.
RevisionRelationshipsTest::setUp function core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php
RevisionRelationshipsTest::testBlockContentRevisionRelationship function core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Create a block_content with revision and rest result count for both views.
RevisionRelationshipsTest::testNodeRevisionRelationship function core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php Create a node with revision and rest result count for both views.
RevisionUidTest class core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Tests the node_revision_uid field.
RevisionUidTest.php file core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php
RevisionUidTest::$columnMap property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Map column names.
RevisionUidTest::$modules property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Modules to enable.
RevisionUidTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Views used by this test.
RevisionUidTest::setUp function core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php
RevisionUidTest::testRevisionUid function core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Tests the node_revision_uid relationship.
RoleAccessCheckTest class core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php @coversDefaultClass \Drupal\user\Access\RoleAccessCheck[[api-linebreak]]
@group Access
@group Route
RoleAccessCheckTest.php file core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php

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