CheckpointStorageTest::setRandomFixtureConfig |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
Generate random config in the memory storage. |
CheckpointStorageTest::setUp |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
|
CheckpointStorageTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
|
CheckpointStorageTest::testCheckpointCreation |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
Tests checkpoint creation. |
CheckpointStorageTest::testCollections |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
Tests collections. |
CheckpointStorageTest::testConfigCreate |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Tests the create operation of checkpoint storage. |
CheckpointStorageTest::testConfigDelete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Tests the delete operation of checkpoint storage. |
CheckpointStorageTest::testConfigRename |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Tests the rename operation of checkpoint storage. |
CheckpointStorageTest::testConfigSaveAndRead |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Tests the save and read operations of checkpoint storage. |
CheckpointStorageTest::testEncodeDecode |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
Tests encode decode. |
CheckpointStorageTest::testReadOperations |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
Tests read operations. |
CheckpointStorageTest::testRevert |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Tests the revert operation of checkpoint storage. |
CheckpointStorageTest::testRevertWithCollections |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Tests the rename operation of checkpoint storage with collections. |
CheckpointStorageTest::testWriteOperations |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
Tests write operations. |
CheckpointStorageTest::writeMethodsProvider |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
Provide the methods that throw an exception. |
CheckRequirementsTest |
class |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php |
Tests check requirements exception on DestinationBase. |
CheckRequirementsTest.php |
file |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php |
|
CheckRequirementsTest::testException |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php |
Tests the check requirements exception message. |
CHooks::testBothParametersHook |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php |
#[Hook('test_both_parameters_hook')] |
CHooks::testHook |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php |
#[Hook('test_hook')] |
CHooks::testHookFirst |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php |
#[Hook('test_hook', order: Order::First)] |
CHooks::testHookRemoved |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php |
This implementation is removed from elsewhere. |
CHooks::testHookReorderFirst |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php |
This implementation is reordered from elsewhere. |
CKEditor5AllowedTagsTest |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
Tests for CKEditor 5. |
CKEditor5AllowedTagsTest.php |
file |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
|
CKEditor5AllowedTagsTest::$allowedElements |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
The default CKEditor 5 allowed elements. |
CKEditor5AllowedTagsTest::$defaultElementsAfterUpdatingToCkeditor5 |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
The expected allowed elements after updating to CKEditor 5. |
CKEditor5AllowedTagsTest::$defaultElementsWhenUpdatingNotCkeditor5 |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
The default allowed elements for filter_html's "allowed_html" setting. |
CKEditor5AllowedTagsTest::$modules |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
Modules to install. |
CKEditor5AllowedTagsTest::testAllowedTags |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
Test filter_html allowed tags. |
CKEditor5AllowedTagsTest::testEnablingToVersion5Validation |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
Test enabling CKEditor 5 in a way that triggers validation. |
CKEditor5AllowedTagsTest::testFullHtml |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
Tests full HTML text format. |
CKEditor5AllowedTagsTest::testImageUploadsRemainEnabled |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
Tests that when image uploads were enabled, they remain enabled. |
CKEditor5AllowedTagsTest::testImgAddedViaUploadPlugin |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
Tests that the img tag is added after enabling image uploads. |
CKEditor5AllowedTagsTest::testMediaElementAllowedTags |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
Test that <drupal-media> is added to allowed tags when media embed enabled. |
CKEditor5AllowedTagsTest::testSwitchToVersion5 |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
Confirm that switching to CKEditor 5 from another editor updates tags. |
CKEditor5CodeSyntaxTest |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5CodeSyntaxTest.php |
Tests code block configured languages are respected. |
CKEditor5CodeSyntaxTest.php |
file |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5CodeSyntaxTest.php |
|
CKEditor5CodeSyntaxTest::testCKEditor5CodeSyntax |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5CodeSyntaxTest.php |
Tests code block configured languages are respected. |
CKEditor5DialogTest |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php |
Tests for CKEditor 5 to ensure correct focus management in dialogs. |
CKEditor5DialogTest.php |
file |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php |
|
CKEditor5DialogTest::$modules |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php |
Modules to install. |
CKEditor5DialogTest::testCKEditor5FocusInTooltipsInDialog |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php |
Tests if CKEditor 5 tooltips can be interacted with in dialogs. |
CKEditor5DialogTestController |
class |
core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5DialogTestController.php |
Provides controller for testing CKEditor in off-canvas dialogs. |
CKEditor5DialogTestController.php |
file |
core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5DialogTestController.php |
|
CKEditor5DialogTestController::testDialog |
function |
core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5DialogTestController.php |
Returns a link that can open a node add form in an modal dialog. |
Ckeditor5DrupalElementStyleTestHooks |
class |
core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/src/Hook/Ckeditor5DrupalElementStyleTestHooks.php |
Hook implementations for ckeditor5_drupalelementstyle_test. |
Ckeditor5DrupalElementStyleTestHooks.php |
file |
core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/src/Hook/Ckeditor5DrupalElementStyleTestHooks.php |
|
Ckeditor5DrupalElementStyleTestHooks::ckeditor5PluginInfoAlter |
function |
core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/src/Hook/Ckeditor5DrupalElementStyleTestHooks.php |
Implements hook_ckeditor5_plugin_info_alter(). |
CKEditor5FragmentLinkTest |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php |
Tests that the fragment link points to CKEditor 5. |