| ColorTest::testHexToRgb |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Tests Color::hexToRgb(). |
| ColorTest::testNormalizeHexLength |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Tests Color::normalizeHexLength(). |
| ColorTest::testRgbToHex |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
Tests Color::rgbToHex(). |
| ColorTest::testValidateHex |
function |
core/tests/Drupal/Tests/Component/Utility/ColorTest.php |
@legacy-covers \Drupal\Component\Utility\Color::validateHex |
| CommandLineOrUnsafeMethodTest |
class |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
Tests Drupal\Core\PageCache\RequestPolicy\CommandLineOrUnsafeMethod. |
| CommandLineOrUnsafeMethodTest.php |
file |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
|
| CommandLineOrUnsafeMethodTest::$policy |
property |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
The request policy under test. |
| CommandLineOrUnsafeMethodTest::providerTestHttpMethod |
function |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
Provides test data and expected results for the HTTP method test. |
| CommandLineOrUnsafeMethodTest::setUp |
function |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
|
| CommandLineOrUnsafeMethodTest::testHttpMethod |
function |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
Asserts that check() returns DENY for unsafe HTTP methods. |
| CommandLineOrUnsafeMethodTest::testIsCli |
function |
core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php |
Asserts that check() returns DENY if running from the command line. |
| CommandsTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php |
Performs tests on AJAX framework commands. |
| CommandsTest |
class |
core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php |
Performs tests on AJAX framework commands. |
| CommandsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php |
|
| CommandsTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php |
|
| CommandsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php |
The theme to install as the default for testing. |
| CommandsTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php |
Modules to install. |
| CommandsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php |
Modules to install. |
| CommandsTest::assertCommand |
function |
core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php |
Asserts the array of Ajax commands contains the searched command. |
| CommandsTest::assertWaitPageContains |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php |
Asserts that page contains a text after waiting. |
| CommandsTest::testAjaxCommands |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php |
Tests the various Ajax Commands. |
| CommandsTest::testAttachedSettings |
function |
core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php |
Regression test: Settings command exists regardless of JS aggregation. |
| CommandsTest::testEmptyInsertCommand |
function |
core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php |
Checks empty content in commands does not throw exceptions. |
| comment.type.test_comment_type.yml |
file |
core/modules/comment/tests/modules/comment_base_field_test/config/install/comment.type.test_comment_type.yml |
core/modules/comment/tests/modules/comment_base_field_test/config/install/comment.type.test_comment_type.yml |
| CommentAccessTest |
class |
core/modules/comment/tests/src/Functional/CommentAccessTest.php |
Tests comment administration and preview access. |
| CommentAccessTest.php |
file |
core/modules/comment/tests/src/Functional/CommentAccessTest.php |
|
| CommentAccessTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentAccessTest.php |
The theme to install as the default for testing. |
| CommentAccessTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentAccessTest.php |
Modules to install. |
| CommentAccessTest::$unpublishedNode |
property |
core/modules/comment/tests/src/Functional/CommentAccessTest.php |
Node for commenting. |
| CommentAccessTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentAccessTest.php |
|
| CommentAccessTest::testCannotCommentOnEntitiesYouCannotView |
function |
core/modules/comment/tests/src/Functional/CommentAccessTest.php |
Tests commenting disabled for access-blocked entities. |
| CommentAccessTest::testCannotViewCommentReplyFormOnEntitiesYouCannotView |
function |
core/modules/comment/tests/src/Functional/CommentAccessTest.php |
Tests cannot view comment reply form on entities you cannot view. |
| CommentAdminTest |
class |
core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php |
Tests comment approval functionality. |
| CommentAdminTest |
class |
core/modules/comment/tests/src/Functional/CommentAdminTest.php |
Tests comment approval functionality. |
| CommentAdminTest.php |
file |
core/modules/comment/tests/src/Functional/CommentAdminTest.php |
|
| CommentAdminTest.php |
file |
core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php |
|
| CommentAdminTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php |
The theme to install as the default for testing. |
| CommentAdminTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentAdminTest.php |
The theme to install as the default for testing. |
| CommentAdminTest::$modules |
property |
core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php |
Modules to install. |
| CommentAdminTest::setUp |
function |
core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php |
|
| CommentAdminTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentAdminTest.php |
|
| CommentAdminTest::testApprovalAdminInterface |
function |
core/modules/comment/tests/src/Functional/CommentAdminTest.php |
Tests comment approval functionality through admin/content/comment. |
| CommentAdminTest::testApprovalAdminInterface |
function |
core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php |
Tests comment approval functionality through admin/content/comment. |
| CommentAdminTest::testApprovalNodeInterface |
function |
core/modules/comment/tests/src/Functional/CommentAdminTest.php |
Tests comment approval functionality through the node interface. |
| CommentAdminTest::testCommentAdmin |
function |
core/modules/comment/tests/src/Functional/CommentAdminTest.php |
Tests comment bundle admin. |
| CommentAdminTest::testCommentedEntityLabel |
function |
core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php |
Tests commented entity label of admin view. |
| CommentAdminTest::testCommentedTranslationDeletion |
function |
core/modules/comment/tests/src/Functional/CommentAdminTest.php |
Tests commented translation deletion admin view. |
| CommentAdminTest::testEditComment |
function |
core/modules/comment/tests/src/Functional/CommentAdminTest.php |
Tests editing a comment as an admin. |
| CommentAdminViewTest |
class |
core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php |
Tests comment admin view filters. |
| CommentAdminViewTest.php |
file |
core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php |
|