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. 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
BlockCacheTest::testCachePerUser function core/modules/block/tests/src/Functional/BlockCacheTest.php Tests "user" cache context.
BlockCacheTest::testNoCache function core/modules/block/tests/src/Functional/BlockCacheTest.php Tests non-cacheable block.
BlockComponentRenderArrayTest class core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @coversDefaultClass \Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray
@group layout_builder
BlockComponentRenderArrayTest.php file core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php
BlockComponentRenderArrayTest::$account property core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php The current user.
BlockComponentRenderArrayTest::$blockManager property core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php The block plugin manager.
BlockComponentRenderArrayTest::providerBlockTypes function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php Data provider for test functions that should test block types.
BlockComponentRenderArrayTest::setUp function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php
BlockComponentRenderArrayTest::testOnBuildRender function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender
BlockComponentRenderArrayTest::testOnBuildRenderDenied function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender
BlockComponentRenderArrayTest::testOnBuildRenderEmptyBuild function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender
BlockComponentRenderArrayTest::testOnBuildRenderEmptyBuildWithCacheTags function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender
BlockComponentRenderArrayTest::testOnBuildRenderInPreview function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender
BlockComponentRenderArrayTest::testOnBuildRenderInPreviewEmptyBuild function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender
BlockComponentRenderArrayTest::testOnBuildRenderNoBlock function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender
BlockComponentRenderArrayTest::testOnBuildRenderWithoutPreviewFallbackString function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender
BlockConfigEntityUnitTest class core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php @coversDefaultClass \Drupal\block\Entity\Block
@group block
BlockConfigEntityUnitTest.php file core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockConfigEntityUnitTest::$entityType property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The entity type used for testing.
BlockConfigEntityUnitTest::$entityTypeId property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The ID of the type of the entity under test.
BlockConfigEntityUnitTest::$entityTypeManager property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The entity type manager used for testing.
BlockConfigEntityUnitTest::$moduleHandler property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The module handler.
BlockConfigEntityUnitTest::$themeHandler property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The theme handler.
BlockConfigEntityUnitTest::$uuid property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The UUID generator used for testing.
BlockConfigEntityUnitTest::setUp function core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockConfigEntityUnitTest::testCalculateDependencies function core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php @covers ::calculateDependencies
BlockConfigSchemaTest class core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Tests the block config schema.
BlockConfigSchemaTest class core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php Tests the block config schema.
BlockConfigSchemaTest.php file core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php
BlockConfigSchemaTest.php file core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php
BlockConfigSchemaTest::$blockManager property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php The block manager.
BlockConfigSchemaTest::$modules property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Modules to install.
BlockConfigSchemaTest::$modules property core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php Modules to enable.
BlockConfigSchemaTest::$typedConfig property core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php The typed config manager.
BlockConfigSchemaTest::$typedConfig property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php The typed config manager.
BlockConfigSchemaTest::setUp function core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php
BlockConfigSchemaTest::setUp function core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php
BlockConfigSchemaTest::testBlockConfigSchema function core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php Tests the block config schema for block plugins.
BlockConfigSchemaTest::testBlockConfigSchema function core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Tests the block config schema for block plugins.
BlockContentAccessHandlerTest class core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php Tests the block content entity access handler.
BlockContentAccessHandlerTest.php file core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
BlockContentAccessHandlerTest::$accessControlHandler property core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php The BlockContent access controller to test.
BlockContentAccessHandlerTest::$blockEntity property core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php The BlockContent entity used for testing.
BlockContentAccessHandlerTest::$modules property core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php Modules to install.
BlockContentAccessHandlerTest::$role property core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php The test role.
BlockContentAccessHandlerTest::providerTestAccess function core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php Data provider for testAccess().
BlockContentAccessHandlerTest::setUp function core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
BlockContentAccessHandlerTest::testAccess function core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php Test block content entity access.
BlockContentAccessHandlerTest::testRevisionLogAccess function core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php Tests revision log access.
BlockContentCacheTagsTest class core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php Tests the Content Block entity's cache tags.

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