You are here

namespace Drupal\block\Tests in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\block\Tests
Classsort descending Location Description
BlockAdminThemeTest core/modules/block/src/Tests/BlockAdminThemeTest.php Tests the block system with admin themes.
BlockCacheTest core/modules/block/src/Tests/BlockCacheTest.php Tests block caching.
BlockConfigSchemaTest core/modules/block/src/Tests/BlockConfigSchemaTest.php Tests the block config schema.
BlockFormInBlockTest core/modules/block/src/Tests/BlockFormInBlockTest.php Tests form in block caching.
BlockHiddenRegionTest core/modules/block/src/Tests/BlockHiddenRegionTest.php Tests that a newly installed theme does not inherit blocks to its hidden regions.
BlockHookOperationTest core/modules/block/src/Tests/BlockHookOperationTest.php Implement hook entity operations alter.
BlockHtmlTest core/modules/block/src/Tests/BlockHtmlTest.php Tests block HTML ID validity.
BlockInstallTest core/modules/block/src/Tests/BlockInstallTest.php Tests block module's installation.
BlockInterfaceTest core/modules/block/src/Tests/BlockInterfaceTest.php Tests that the block plugin can work properly without a supporting entity.
BlockInvalidRegionTest core/modules/block/src/Tests/BlockInvalidRegionTest.php Tests that an active block assigned to a non-existing region triggers the warning message and is disabled.
BlockLanguageCacheTest core/modules/block/src/Tests/BlockLanguageCacheTest.php Tests display of menu blocks with multiple languages.
BlockLanguageTest core/modules/block/src/Tests/BlockLanguageTest.php Tests if a block can be configured to be only visible on a particular language.
BlockRenderOrderTest core/modules/block/src/Tests/BlockRenderOrderTest.php Tests blocks are being rendered in order by weight.
BlockStorageUnitTest core/modules/block/src/Tests/BlockStorageUnitTest.php Tests the storage of blocks.
BlockSystemBrandingTest core/modules/block/src/Tests/BlockSystemBrandingTest.php Tests branding block display.
BlockTemplateSuggestionsTest core/modules/block/src/Tests/BlockTemplateSuggestionsTest.php Tests the block_theme_suggestions_block() function.
BlockTest core/modules/block/src/Tests/BlockTest.php Tests basic block functionality.
BlockTestBase core/modules/block/src/Tests/BlockTestBase.php Provides setup and helper methods for block module tests.
BlockUiTest core/modules/block/src/Tests/BlockUiTest.php Tests that the block configuration UI exists and stores data correctly.
BlockViewBuilderTest core/modules/block/src/Tests/BlockViewBuilderTest.php Tests the block view builder.
BlockXssTest core/modules/block/src/Tests/BlockXssTest.php Tests that the block module properly escapes block descriptions.
NewDefaultThemeBlocksTest core/modules/block/src/Tests/NewDefaultThemeBlocksTest.php Tests that the new default theme gets blocks.
NonDefaultBlockAdminTest core/modules/block/src/Tests/NonDefaultBlockAdminTest.php Tests the block administration page for a non-default theme.