| menu_test.links.task.yml |
file |
core/modules/system/tests/modules/menu_test/menu_test.links.task.yml |
core/modules/system/tests/modules/menu_test/menu_test.links.task.yml |
| menu_test.menu_item.yml |
file |
core/modules/system/tests/modules/menu_test/config/install/language/nl/menu_test.menu_item.yml |
core/modules/system/tests/modules/menu_test/config/install/language/nl/menu_test.menu_item.yml |
| menu_test.menu_item.yml |
file |
core/modules/system/tests/modules/menu_test/config/install/menu_test.menu_item.yml |
core/modules/system/tests/modules/menu_test/config/install/menu_test.menu_item.yml |
| menu_test.permissions.yml |
file |
core/modules/system/tests/modules/menu_test/menu_test.permissions.yml |
core/modules/system/tests/modules/menu_test/menu_test.permissions.yml |
| menu_test.routing.yml |
file |
core/modules/system/tests/modules/menu_test/menu_test.routing.yml |
core/modules/system/tests/modules/menu_test/menu_test.routing.yml |
| menu_test.schema.yml |
file |
core/modules/system/tests/modules/menu_test/config/schema/menu_test.schema.yml |
core/modules/system/tests/modules/menu_test/config/schema/menu_test.schema.yml |
| menu_test.services.yml |
file |
core/modules/system/tests/modules/menu_test/menu_test.services.yml |
core/modules/system/tests/modules/menu_test/menu_test.services.yml |
| MergeTest |
class |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests the MERGE query builder. |
| MergeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
|
| MergeTest::testInvalidMerge |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests that an invalid merge query throws an exception. |
| MergeTest::testMergeInsert |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Confirms that we can merge-insert a record successfully. |
| MergeTest::testMergeInsertWithoutUpdate |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests that we can merge-insert without any update fields. |
| MergeTest::testMergeToString |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests merge to string. |
| MergeTest::testMergeUpdate |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Confirms that we can merge-update a record successfully. |
| MergeTest::testMergeUpdateExcept |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Confirms that we can merge-update a record successfully. |
| MergeTest::testMergeUpdateExplicit |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Confirms that we can merge-update a record, with alternate replacement. |
| MergeTest::testMergeUpdateExpression |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Confirms that we can merge-update a record successfully, with expressions. |
| MergeTest::testMergeUpdateWithoutUpdate |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Confirms that we can merge-update without any update fields. |
| MergeTest::testMergeWithReservedWords |
function |
core/tests/Drupal/KernelTests/Core/Database/MergeTest.php |
Tests that we can merge-insert with reserved keywords. |
| MessageCommandTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Tests adding messages via AJAX command. |
| MessageCommandTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
|
| MessageCommandTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
The theme to install as the default for testing. |
| MessageCommandTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Modules to install. |
| MessageCommandTest::assertAnnounceContains |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Checks for inclusion of text in #drupal-live-announce. |
| MessageCommandTest::assertAnnounceNotContains |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Checks for absence of the given text from #drupal-live-announce. |
| MessageCommandTest::testJsStatusMessageAssertions |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Tests methods in JsWebAssert related to status messages. |
| MessageCommandTest::testMessageCommand |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Tests AJAX MessageCommand use in a form. |
| MessageCommandTest::waitForMessageRemoved |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Asserts that a message of the expected type is removed. |
| MessageCommandTest::waitForMessageVisible |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php |
Asserts that a message of the expected type appears. |
| MessageEntityTest |
class |
core/modules/contact/tests/src/Kernel/MessageEntityTest.php |
Tests the message entity class. |
| MessageEntityTest.php |
file |
core/modules/contact/tests/src/Kernel/MessageEntityTest.php |
|
| MessageEntityTest::$modules |
property |
core/modules/contact/tests/src/Kernel/MessageEntityTest.php |
Modules to install. |
| MessageEntityTest::setUp |
function |
core/modules/contact/tests/src/Kernel/MessageEntityTest.php |
|
| MessageEntityTest::testMessageMethods |
function |
core/modules/contact/tests/src/Kernel/MessageEntityTest.php |
Tests some of the methods. |
| MessageEventTestSubscriber |
class |
core/modules/mailer/tests/modules/mailer_event_subscriber_test/src/EventSubscriber/MessageEventTestSubscriber.php |
A message event test subscriber. |
| MessageEventTestSubscriber.php |
file |
core/modules/mailer/tests/modules/mailer_event_subscriber_test/src/EventSubscriber/MessageEventTestSubscriber.php |
|
| MessageEventTestSubscriber::getSubscribedEvents |
function |
core/modules/mailer/tests/modules/mailer_event_subscriber_test/src/EventSubscriber/MessageEventTestSubscriber.php |
|
| MessageEventTestSubscriber::setCustomEnvelopeSender |
function |
core/modules/mailer/tests/modules/mailer_event_subscriber_test/src/EventSubscriber/MessageEventTestSubscriber.php |
Sets a custom envelope sender. |
| MessageEventTestSubscriber::setCustomFrom |
function |
core/modules/mailer/tests/modules/mailer_event_subscriber_test/src/EventSubscriber/MessageEventTestSubscriber.php |
Sets a custom from header. |
| MessageEventTestSubscriber::setCustomMessageSender |
function |
core/modules/mailer/tests/modules/mailer_event_subscriber_test/src/EventSubscriber/MessageEventTestSubscriber.php |
Sets a custom message sender header. |
| MessageEventTestSubscriber::__construct |
function |
core/modules/mailer/tests/modules/mailer_event_subscriber_test/src/EventSubscriber/MessageEventTestSubscriber.php |
Constructs a new message event test subscriber. |
| MessageJsonAnonTest |
class |
core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php |
Tests Message Json Anon. |
| MessageJsonAnonTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php |
|
| MessageJsonAnonTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php |
The theme to install as the default for testing. |
| MessageJsonAnonTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php |
The format to use in this test. |
| MessageJsonAnonTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php |
The MIME type that corresponds to $format. |
| MessageJsonBasicAuthTest |
class |
core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php |
Tests Message Json Basic Auth. |
| MessageJsonBasicAuthTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php |
|
| MessageJsonBasicAuthTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| MessageJsonBasicAuthTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php |
The theme to install as the default for testing. |