| MessagesTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php |
|
| MessagesTest::$messagesHandler |
property |
core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php |
The message handler. |
| MessagesTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php |
|
| MessagesTest::testRender |
function |
core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php |
Tests the render method. |
| MessageTest |
class |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
JSON:API integration test for the "Message" content entity type. |
| MessageTest |
class |
core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php |
Tests built-in message theme functions. |
| MessageTest.php |
file |
core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php |
|
| MessageTest.php |
file |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
|
| MessageTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
The theme to install as the default for testing. |
| MessageTest::$entity |
property |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
|
| MessageTest::$entityTypeId |
property |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
The tested entity type. |
| MessageTest::$labelFieldName |
property |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Specify which field is the 'label' field for testing a POST edge case. |
| MessageTest::$modules |
property |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Modules to install. |
| MessageTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php |
|
| MessageTest::$resourceTypeName |
property |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
The name of the tested JSON:API resource type. |
| MessageTest::createEntity |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Creates the entity to be tested. |
| MessageTest::doTestDeleteIndividual |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Tests DELETEing an individual resource, plus edge cases to ensure good DX. |
| MessageTest::doTestPatchIndividual |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Tests PATCHing an individual resource, plus edge cases to ensure good DX. |
| MessageTest::getExpectedDocument |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Returns the expected JSON:API document for the entity. |
| MessageTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Return the expected error message. |
| MessageTest::getPostDocument |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Returns the JSON:API POST document. |
| MessageTest::setUpAuthorization |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Sets up the necessary authorization. |
| MessageTest::testCollection |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Tests GETting a collection of resources. |
| MessageTest::testGetIndividual |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Tests GETting an individual resource, plus edge cases to ensure good DX. |
| MessageTest::testMessages |
function |
core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php |
Tests setting messages output. |
| MessageTest::testRelated |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Tests GET of the related resource of an individual resource. |
| MessageTest::testRelationships |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Tests CRUD of individual resource relationship data. |
| MessageTest::testRevisions |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Tests individual and collection revisions. |
| MessageXmlAnonTest |
class |
core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php |
Tests Message Xml Anon. |
| MessageXmlAnonTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php |
|
| MessageXmlAnonTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php |
The theme to install as the default for testing. |
| MessageXmlAnonTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php |
The format to use in this test. |
| MessageXmlAnonTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php |
The MIME type that corresponds to $format. |
| MessageXmlBasicAuthTest |
class |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
Tests Message Xml Basic Auth. |
| MessageXmlBasicAuthTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
|
| MessageXmlBasicAuthTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| MessageXmlBasicAuthTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| MessageXmlBasicAuthTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
The format to use in this test. |
| MessageXmlBasicAuthTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| MessageXmlBasicAuthTest::$modules |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php |
Modules to install. |
| MessageXmlCookieTest |
class |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
Tests Message Xml Cookie. |
| MessageXmlCookieTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
|
| MessageXmlCookieTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
The authentication mechanism to use in this test. |
| MessageXmlCookieTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
The theme to install as the default for testing. |
| MessageXmlCookieTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
The format to use in this test. |
| MessageXmlCookieTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php |
The MIME type that corresponds to $format. |
| message_test.info.yml |
file |
core/modules/migrate/tests/modules/message_test/message_test.info.yml |
core/modules/migrate/tests/modules/message_test/message_test.info.yml |
| MessengerTest |
class |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
Tests Drupal\Core\Messenger\Messenger. |
| MessengerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
|
| MessengerTest::$messenger |
property |
core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php |
The messenger under test. |