| ToolbarHookToolbarTest.php |
file |
core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php |
|
| ToolbarHookToolbarTest::$adminUser |
property |
core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php |
A user with permission to access the administrative toolbar. |
| ToolbarHookToolbarTest::$defaultTheme |
property |
core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php |
|
| ToolbarHookToolbarTest::$modules |
property |
core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php |
|
| ToolbarHookToolbarTest::setUp |
function |
core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php |
|
| ToolbarHookToolbarTest::testHookToolbar |
function |
core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php |
Tests for a tab and tray provided by a module implementing hook_toolbar(). |
| ToolbarIntegrationTest |
class |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php |
Tests the JavaScript functionality of the toolbar. |
| ToolbarIntegrationTest.php |
file |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php |
|
| ToolbarIntegrationTest::$defaultTheme |
property |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php |
|
| ToolbarIntegrationTest::$modules |
property |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php |
|
| ToolbarIntegrationTest::testEmptyTray |
function |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php |
Tests that the orientation toggle is not shown for empty toolbar items. |
| ToolbarIntegrationTest::testToolbarToggling |
function |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php |
Tests if the toolbar can be toggled with JavaScript. |
| ToolbarIntegrationTest::waitAndAssertAriaPressedState |
function |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php |
Asserts that an element's `aria-pressed` attribute matches expected state. |
| ToolbarLinkBuilderTest |
class |
core/modules/user/tests/src/Unit/ToolbarLinkBuilderTest.php |
Tests user's ToolbarLinkBuilder. |
| ToolbarLinkBuilderTest |
class |
core/modules/toolbar/tests/src/Unit/user/ToolbarLinkBuilderTest.php |
Tests user's ToolbarLinkBuilder. |
| ToolbarLinkBuilderTest.php |
file |
core/modules/toolbar/tests/src/Unit/user/ToolbarLinkBuilderTest.php |
|
| ToolbarLinkBuilderTest.php |
file |
core/modules/user/tests/src/Unit/ToolbarLinkBuilderTest.php |
|
| ToolbarLinkBuilderTest::testRenderDisplayName |
function |
core/modules/user/tests/src/Unit/ToolbarLinkBuilderTest.php |
Tests structure of display name render array. |
| ToolbarLinkBuilderTest::testRenderDisplayName |
function |
core/modules/toolbar/tests/src/Unit/user/ToolbarLinkBuilderTest.php |
Tests structure of display name render array. |
| ToolbarMenuTranslationTest |
class |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
Tests that the toolbar icon class remains for translated menu items. |
| ToolbarMenuTranslationTest.php |
file |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
|
| ToolbarMenuTranslationTest::$adminUser |
property |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
A user with permission to access the administrative toolbar. |
| ToolbarMenuTranslationTest::$defaultTheme |
property |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
|
| ToolbarMenuTranslationTest::$modules |
property |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
|
| ToolbarMenuTranslationTest::setUp |
function |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
|
| ToolbarMenuTranslationTest::testToolbarClasses |
function |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
Tests that toolbar classes don't change when adding a translation. |
| ToolbarStoredStateTest |
class |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php |
Tests the sessionStorage state set by the toolbar. |
| ToolbarStoredStateTest.php |
file |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php |
|
| ToolbarStoredStateTest::$defaultTheme |
property |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php |
|
| ToolbarStoredStateTest::$modules |
property |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php |
|
| ToolbarStoredStateTest::testToolbarStoredState |
function |
core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php |
Tests different states of the toolbar. |
| ToolbarTestHooks |
class |
core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestHooks.php |
Hook implementations for toolbar_test. |
| ToolbarTestHooks.php |
file |
core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestHooks.php |
|
| ToolbarTestHooks::toolbar |
function |
core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestHooks.php |
Implements hook_toolbar(). |
| ToolbarTestSetup |
class |
core/modules/toolbar/tests/src/Nightwatch/ToolbarTestSetup.php |
Sets up the site for testing the toolbar module. |
| ToolbarTestSetup.php |
file |
core/modules/toolbar/tests/src/Nightwatch/ToolbarTestSetup.php |
|
| ToolbarTestSetup::setup |
function |
core/modules/toolbar/tests/src/Nightwatch/ToolbarTestSetup.php |
|
| ToolbarTestThemeHooks |
class |
core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php |
Hook implementations for toolbar_test. |
| ToolbarTestThemeHooks.php |
file |
core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php |
|
| ToolbarTestThemeHooks::preprocessMenu |
function |
core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php |
Implements hook_preprocess_HOOK(). |
| toolbar_test.info.yml |
file |
core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml |
core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml |
| ToolkitGdTest |
class |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
Tests for the GD image toolkit. |
| ToolkitGdTest.php |
file |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
|
| ToolkitGdTest::$directory |
property |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
A directory where test image files can be saved to. |
| ToolkitGdTest::$imageFactory |
property |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
The image factory service. |
| ToolkitGdTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
|
| ToolkitGdTest::providerSupportedImageTypes |
function |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
Data provider for ::testCreateImageFromScratch(). |
| ToolkitGdTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
|
| ToolkitGdTest::testCreateImageFromScratch |
function |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
Tests creation of image from scratch, and saving to storage. |
| ToolkitGdTest::testCreateNewFailures |
function |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
Tests failures of the 'create_new' operation. |