You are here

namespace Drupal\Tests\block_content\Functional in Drupal 10

Same name in other branches
  1. 8 Drupal\Tests\block_content\Functional
  2. 9 Drupal\Tests\block_content\Functional
Classsort descending Location Description
BlockContentCacheTagsTest core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php Tests the Custom Block entity's cache tags.
BlockContentContextualLinksTest core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php Tests views contextual links on block content.
BlockContentCreationTest core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Create a block and test saving it.
BlockContentListTest core/modules/block_content/tests/src/Functional/BlockContentListTest.php Tests the listing of custom blocks.
BlockContentListViewsTest core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php Tests the Views-powered listing of custom blocks.
BlockContentPageViewTest core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php Create a block and test block access by attempting to view the block.
BlockContentRevisionsTest core/modules/block_content/tests/src/Functional/BlockContentRevisionsTest.php Create a block with revisions.
BlockContentSaveTest core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php Tests $block_content->save() for saving content.
BlockContentTestBase core/modules/block_content/tests/src/Functional/BlockContentTestBase.php Sets up block content types.
BlockContentTranslationUITest core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php Tests the block content translation UI.
BlockContentTypeTest core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Ensures that custom block type functions work correctly.
BlockContentValidationTest core/modules/block_content/tests/src/Functional/BlockContentValidationTest.php Tests block content validation constraints.
PageEditTest core/modules/block_content/tests/src/Functional/PageEditTest.php Create a block and test block edit functionality.
UnpublishedBlockTest core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php Tests unpublishing of block_content entities.