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
EndOfTransactionQueriesTest::register function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::setUp function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::testEntitySave function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests an entity save.
EndOfTransactionQueriesTest::testEntitySaveRollback function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests an entity save rollback.
EndpointTest class core/modules/media/tests/src/Unit/EndpointTest.php @coversDefaultClass \Drupal\media\OEmbed\Endpoint[[api-linebreak]]
EndpointTest.php file core/modules/media/tests/src/Unit/EndpointTest.php
EndpointTest::testCaseSensitiveMatch function core/modules/media/tests/src/Unit/EndpointTest.php @covers ::matchUrl[[api-linebreak]]
EndpointTest::testMatchUrl function core/modules/media/tests/src/Unit/EndpointTest.php @covers ::matchUrl[[api-linebreak]]
EngineNyanCatTest class core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Tests the multi theme engine support.
EngineNyanCatTest.php file core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
EngineNyanCatTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
EngineNyanCatTest::$modules property core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
EngineNyanCatTest::setUp function core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
EngineNyanCatTest::testTemplateOverride function core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Ensures a theme's template is overridable based on the 'template' filename.
EngineTwigTest class core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests Twig-specific theme functionality.
EngineTwigTest.php file core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
EngineTwigTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
EngineTwigTest::$modules property core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
EngineTwigTest::setUp function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
EngineTwigTest::testRenderable function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the rendering of renderables.
EngineTwigTest::testTwigAttachLibrary function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the attach of asset libraries.
EngineTwigTest::testTwigFileUrls function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the automatic/magic calling of toString() on objects, if exists.
EngineTwigTest::testTwigLinkGenerator function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the link_generator Twig functions.
EngineTwigTest::testTwigUrlGenerator function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the url and url_generate Twig functions.
EngineTwigTest::testTwigUrlToString function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the magic url to string Twig functions.
EngineTwigTest::testTwigVariableDataTypes function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests that the Twig engine handles PHP data correctly.
EntityAccessChecker::$latestRevisionCheck property core/modules/jsonapi/src/Access/EntityAccessChecker.php The latest revision check service.
EntityAccessChecker::setLatestRevisionCheck function core/modules/jsonapi/src/Access/EntityAccessChecker.php Sets the media revision access check service.
EntityAccessCheckTest class core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php Unit test of entity access checking system.
EntityAccessCheckTest.php file core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php
EntityAccessCheckTest::createRouteMatchForObject function core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php Wrap any object with a route match, and return that.
EntityAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php
EntityAccessCheckTest::testAccess function core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php Tests the method for checking access to routes.
EntityAccessCheckTest::testAccessWithDifferentRouteParameters function core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php @covers ::access[[api-linebreak]]
EntityAccessCheckTest::testAccessWithTypePlaceholder function core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php @covers ::access[[api-linebreak]]
EntityAccessControlHandlerTest class core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Tests the entity access control handler.
EntityAccessControlHandlerTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
EntityAccessControlHandlerTest::assertEntityAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Asserts entity access correctly grants or denies access.
EntityAccessControlHandlerTest::providerTestFieldAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
EntityAccessControlHandlerTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
EntityAccessControlHandlerTest::testDefaultEntityAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures default entity access is checked when necessary.
EntityAccessControlHandlerTest::testEntityAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures entity access is properly working.
EntityAccessControlHandlerTest::testEntityAccessDefaultController function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures that the default handler is used as a fallback.
EntityAccessControlHandlerTest::testEntityTranslationAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures entity access for entity translations is properly working.
EntityAccessControlHandlerTest::testEntityWithoutUuidAccessCache function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures the static access cache works correctly in the absence of a UUID.
EntityAccessControlHandlerTest::testEntityWithUuidAccessCache function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures the static access cache works correctly with a UUID and revisions.
EntityAccessControlHandlerTest::testFieldAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Tests the default access handling for the ID and UUID fields.
EntityAccessControlHandlerTest::testHooks function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Tests hook invocations.
EntityAccessControlHandlerTest::testUserLabelAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures user labels are accessible for everyone.
EntityAdapterUnitTest class core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @coversDefaultClass \Drupal\Core\Entity\Plugin\DataType\EntityAdapter[[api-linebreak]]
@group Entity
@group TypedData

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