| BinaryFileResponseTest |
class |
core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php |
Tests the headers added by BinaryFileResponse. |
| BinaryFileResponseTest.php |
file |
core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php |
|
| BinaryFileResponseTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php |
Modules to install. |
| BinaryFileResponseTest::providerTestCalculatedContentType |
function |
core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php |
Data provider of file names and expected content-type values. |
| BinaryFileResponseTest::testCalculatedContentType |
function |
core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php |
Test the content type generated by Drupal is correct. |
| BinaryFileResponseTestController |
class |
core/modules/system/tests/modules/binary_file_response_test/src/Controller/BinaryFileResponseTestController.php |
Controller routines for binary file response tests. |
| BinaryFileResponseTestController.php |
file |
core/modules/system/tests/modules/binary_file_response_test/src/Controller/BinaryFileResponseTestController.php |
|
| BinaryFileResponseTestController::download |
function |
core/modules/system/tests/modules/binary_file_response_test/src/Controller/BinaryFileResponseTestController.php |
Download the file set in the relative_file_url query parameter. |
| binary_file_response_test.info.yml |
file |
core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.info.yml |
core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.info.yml |
| binary_file_response_test.routing.yml |
file |
core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.routing.yml |
core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.routing.yml |
| block.block.config_override_test.yml |
file |
core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml |
core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml |
| block.block.testing_theme_optional_blocks_page_title.yml |
file |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/config/optional/block.block.testing_theme_optional_blocks_page_title.yml |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/config/optional/block.block.testing_theme_optional_blocks_page_title.yml |
| block.block.testing_theme_required_blocks_account_menu.yml |
file |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/config/install/block.block.testing_theme_required_blocks_account_menu.yml |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/config/install/block.block.testing_theme_required_blocks_account_menu.yml |
| block.block.test_block.yml |
file |
core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml |
core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml |
| block.block.test_default_config.yml |
file |
core/modules/locale/tests/modules/locale_test/config/optional/block.block.test_default_config.yml |
core/modules/locale/tests/modules/locale_test/config/optional/block.block.test_default_config.yml |
| BlockAddTest |
class |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
Tests the JS functionality in the block add form. |
| BlockAddTest.php |
file |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
|
| BlockAddTest::$defaultTheme |
property |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
The theme to install as the default for testing. |
| BlockAddTest::$modules |
property |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
Modules to install. |
| BlockAddTest::testBlockAddThemeSelector |
function |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
Tests the AJAX for the theme selector. |
| BlockAdminThemeTest |
class |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
Tests the block system with admin themes. |
| BlockAdminThemeTest.php |
file |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
|
| BlockAdminThemeTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
The theme to install as the default for testing. |
| BlockAdminThemeTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
Modules to install. |
| BlockAdminThemeTest::testAdminTheme |
function |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
Check for the accessibility of the admin theme on the block admin page. |
| BlockAdminThemeTest::testClaroAdminTheme |
function |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
Ensure contextual links are disabled in Claro theme. |
| BlockBaseTest |
class |
core/tests/Drupal/KernelTests/Core/Block/BlockBaseTest.php |
Tests the BlockBase class, base for all block plugins. |
| BlockBaseTest |
class |
core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php |
Tests Drupal\Core\Block\BlockBase. |
| BlockBaseTest.php |
file |
core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php |
|
| BlockBaseTest.php |
file |
core/tests/Drupal/KernelTests/Core/Block/BlockBaseTest.php |
|
| BlockBaseTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Block/BlockBaseTest.php |
Modules to install. |
| BlockBaseTest::providerTestGetMachineNameSuggestion |
function |
core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php |
Provides data for testGetMachineNameSuggestion(). |
| BlockBaseTest::testContextMapping |
function |
core/tests/Drupal/KernelTests/Core/Block/BlockBaseTest.php |
Tests that blocks config form have context mapping, and it is stored in configuration. |
| BlockBaseTest::testGetMachineNameSuggestion |
function |
core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php |
Tests the machine name suggestion. |
| BlockCacheTest |
class |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
Tests block caching. |
| BlockCacheTest.php |
file |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
|
| BlockCacheTest::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
A user with permission to administer blocks. |
| BlockCacheTest::$block |
property |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
The block used by this test. |
| BlockCacheTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
The theme to install as the default for testing. |
| BlockCacheTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
Modules to install. |
| BlockCacheTest::$normalUser |
property |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
An authenticated user to test block caching. |
| BlockCacheTest::$normalUserAlt |
property |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
Another authenticated user to test block caching. |
| BlockCacheTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
|
| BlockCacheTest::testCachePermissions |
function |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
Tests a cacheable block without any additional cache context. |
| BlockCacheTest::testCachePerPage |
function |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
Tests "url" cache context. |
| BlockCacheTest::testCachePerRole |
function |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
Tests "user.roles" cache context. |
| 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 |
Tests Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray. |
| BlockComponentRenderArrayTest.php |
file |
core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php |
|