| WildcardConfigActionsTest::testCreateForEachErrorsIfAlreadyExists |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that the createForEach action errs on conflict with existing config. |
| WildcardConfigActionsTest::testCreateForEachErrorsIfNoBundleEntityTypesExist |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that the createForEach action requires bundle entity types to exist. |
| WildcardConfigActionsTest::testCreateForEachIfNotExists |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that the createForEachIfNotExists action ignores existing config. |
| WildcardConfigActionsTest::testCreateForEachNotAvailableOnNonBundleEntities |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that the createForEach action only works on bundle entities. |
| WildcardConfigActionsTest::testCreateForEachValidatesCreatedEntities |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that the createForEach action validates the config it creates. |
| WildcardConfigActionsTest::testCreateForEachWithLabel |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests using the `%label` placeholder with the createForEach action. |
| WildcardConfigActionsTest::testInvalidExpression |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that an invalid wildcard expression will raise an error. |
| WildcardConfigActionsTest::testTargetEntitiesByWildcards |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests targeting multiple config entities for an action, using wildcards. |
| WildcardHtmlSupportTest |
class |
core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php |
Tests Wildcard Html Support. |
| WildcardHtmlSupportTest.php |
file |
core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php |
|
| WildcardHtmlSupportTest::$manager |
property |
core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php |
The manager for "CKEditor 5 plugin" plugins. |
| WildcardHtmlSupportTest::$modules |
property |
core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php |
Modules to install. |
| WildcardHtmlSupportTest::providerGhsConfiguration |
function |
core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php |
Provides test cases for CKEditor 5 General HTML Support (GHS) configuration. |
| WildcardHtmlSupportTest::setUp |
function |
core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php |
|
| WildcardHtmlSupportTest::testGhsConfiguration |
function |
core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php |
Tests ghs configuration. |
| WizardPluginBaseKernelTest |
class |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
Tests the wizard base plugin class. |
| WizardPluginBaseKernelTest.php |
file |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
|
| WizardPluginBaseKernelTest::$modules |
property |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
Modules to install. |
| WizardPluginBaseKernelTest::$wizard |
property |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
Contains thw wizard plugin manager. |
| WizardPluginBaseKernelTest::setUp |
function |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
|
| WizardPluginBaseKernelTest::testCreateView |
function |
core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php |
Tests the creating of a view. |
| WizardPluginBaseTest |
class |
core/modules/views/tests/src/Unit/WizardPluginBaseTest.php |
Tests Drupal\views\Plugin\views\wizard\WizardPluginBase. |
| WizardPluginBaseTest.php |
file |
core/modules/views/tests/src/Unit/WizardPluginBaseTest.php |
|
| WizardPluginBaseTest::providerTestGetSelected |
function |
core/modules/views/tests/src/Unit/WizardPluginBaseTest.php |
Provides test data for testGetSelected(). |
| WizardPluginBaseTest::testGetSelected |
function |
core/modules/views/tests/src/Unit/WizardPluginBaseTest.php |
Tests get selected. |
| WizardTest |
class |
core/modules/comment/tests/src/Functional/Views/WizardTest.php |
Tests the comment module integration into the wizard. |
| WizardTest |
class |
core/modules/views_ui/tests/src/Functional/WizardTest.php |
Tests the wizard. |
| WizardTest.php |
file |
core/modules/views_ui/tests/src/Functional/WizardTest.php |
|
| WizardTest.php |
file |
core/modules/comment/tests/src/Functional/Views/WizardTest.php |
|
| WizardTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Views/WizardTest.php |
The theme to install as the default for testing. |
| WizardTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/WizardTest.php |
The theme to install as the default for testing. |
| WizardTest::$modules |
property |
core/modules/comment/tests/src/Functional/Views/WizardTest.php |
Modules to install. |
| WizardTest::setUp |
function |
core/modules/comment/tests/src/Functional/Views/WizardTest.php |
Sets up the test. |
| WizardTest::testCommentWizard |
function |
core/modules/comment/tests/src/Functional/Views/WizardTest.php |
Tests adding a view of comments. |
| WizardTest::testWizardFieldLength |
function |
core/modules/views_ui/tests/src/Functional/WizardTest.php |
Tests filling in the wizard with really long strings. |
| WizardTestBase |
class |
core/modules/views/tests/src/Functional/Wizard/WizardTestBase.php |
Views UI wizard tests. |
| WizardTestBase.php |
file |
core/modules/views/tests/src/Functional/Wizard/WizardTestBase.php |
|
| WizardTestBase::$modules |
property |
core/modules/views/tests/src/Functional/Wizard/WizardTestBase.php |
Modules to install. |
| WizardTestBase::setUp |
function |
core/modules/views/tests/src/Functional/Wizard/WizardTestBase.php |
Sets up the test. |
| WorkAllocator::assignTestsSequence |
function |
core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php |
Assigns the test sequence. |
| WorkAllocator::getTestTypeWeight |
function |
core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php |
Weights a test class based on which test base class it extends. |
| WorkAllocator::placeTestsIntoBins |
function |
core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php |
Distribute tests into roughly equal sized bins. |
| WorkAllocator::sortTestsByTypeAndCount |
function |
core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php |
Sort tests by test type and count of tests to be executed. |
| WorkAllocatorTest |
class |
core/tests/Drupal/Tests/Core/Test/WorkAllocatorTest.php |
Unit tests for WorkAllocator. |
| WorkAllocatorTest.php |
file |
core/tests/Drupal/Tests/Core/Test/WorkAllocatorTest.php |
|
| WorkAllocatorTest::allocatorProvider |
function |
core/tests/Drupal/Tests/Core/Test/WorkAllocatorTest.php |
Data for ::testAllocator. |
| WorkAllocatorTest::testAllocator |
function |
core/tests/Drupal/Tests/Core/Test/WorkAllocatorTest.php |
Tests sorting and allocation of tests. |
| WorkflowAccessControlHandlerTest |
class |
core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php |
Tests Drupal\workflows\WorkflowAccessControlHandler. |
| WorkflowAccessControlHandlerTest.php |
file |
core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php |
|
| WorkflowAccessControlHandlerTest::$accessControlHandler |
property |
core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php |
The workflow access control handler. |