namespace Drupal\block\Tests

Classsort descending Location Description
BlockAdminThemeTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockAdminThemeTest.php Tests the block system with admin themes.
BlockCacheTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php Test block caching.
BlockHiddenRegionTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockHiddenRegionTest.php Tests that hidden regions do not inherit blocks when a theme is enabled.
BlockHtmlIdTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockHtmlIdTest.php Tests block HTML ID validity.
BlockInterfaceTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php Test BlockInterface methods to ensure no external dependencies exist.
BlockInvalidRegionTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockInvalidRegionTest.php Tests that a block assigned to an invalid region triggers the warning.
BlockLanguageCacheTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageCacheTest.php Tests multilingual block definition caching.
BlockLanguageTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php Functional tests for the language list configuration forms.
BlockLibrarySearchTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockLibrarySearchTest.php Tests the block library search.
BlockStorageUnitTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php Tests the storage of blocks.
BlockTemplateSuggestionsUnitTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockTemplateSuggestionsUnitTest.php Unit tests for template_preprocess_block().
BlockTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php Provides testing for basic block module functionality.
BlockTestBase drupal/core/modules/block/lib/Drupal/block/Tests/BlockTestBase.php Provides setup and helper methods for block module tests.
BlockTitleXSSTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockTitleXSSTest.php Tests block XSS in title.
BlockUiTest drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php Tests the block configuration UI.
NewDefaultThemeBlocksTest drupal/core/modules/block/lib/Drupal/block/Tests/NewDefaultThemeBlocksTest.php Test blocks correctly initialized when picking a new default theme.
NonDefaultBlockAdminTest drupal/core/modules/block/lib/Drupal/block/Tests/NonDefaultBlockAdminTest.php