Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
MessagesTest::$view property core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php The view executable object.
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/jsonapi/tests/src/Functional/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/jsonapi/tests/src/Functional/MessageTest.php
MessageTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/MessageTest.php The theme to install as the default for testing.
MessageTest::$entity property core/modules/jsonapi/tests/src/Functional/MessageTest.php
MessageTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/MessageTest.php The tested entity type.
MessageTest::$labelFieldName property core/modules/jsonapi/tests/src/Functional/MessageTest.php Specify which field is the 'label' field for testing a POST edge case.
MessageTest::$modules property core/modules/jsonapi/tests/src/Functional/MessageTest.php Modules to enable.
MessageTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php Modules to enable.
MessageTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/MessageTest.php The name of the tested JSON:API resource type.
MessageTest::createEntity function core/modules/jsonapi/tests/src/Functional/MessageTest.php Creates the entity to be tested.
MessageTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/MessageTest.php Returns the expected JSON:API document for the entity.
MessageTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/MessageTest.php Return the expected error message.
MessageTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/MessageTest.php Returns the JSON:API POST document.
MessageTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/MessageTest.php Sets up the necessary authorization.
MessageTest::testCollection function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests GETting a collection of resources.
MessageTest::testDeleteIndividual function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests DELETEing an individual resource, plus edge cases to ensure good DX.
MessageTest::testGetIndividual function core/modules/jsonapi/tests/src/Functional/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::testPatchIndividual function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
MessageTest::testRelated function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests GETing related resource of an individual resource.
MessageTest::testRelationships function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests CRUD of individual resource relationship data.
MessageTest::testRevisions function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests individual and collection revisions.
MessageXmlAnonTest class core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php @group rest
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 @group rest
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 @group rest
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.
MessengerLegacyTest class core/tests/Drupal/KernelTests/Core/Messenger/MessengerLegacyTest.php @group Messenger
@group legacy
MessengerLegacyTest.php file core/tests/Drupal/KernelTests/Core/Messenger/MessengerLegacyTest.php
MessengerLegacyTest::getMessengerService function core/tests/Drupal/KernelTests/Core/Messenger/MessengerLegacyTest.php Retrieves the Messenger service from LegacyMessenger.
MessengerLegacyTest::testMessages function core/tests/Drupal/KernelTests/Core/Messenger/MessengerLegacyTest.php @covers \Drupal::messenger[[api-linebreak]]
@covers ::getMessengerService[[api-linebreak]]
@covers ::all[[api-linebreak]]
@covers ::addMessage[[api-linebreak]]
@covers ::addError[[api-linebreak]]
@covers ::addStatus[[api-linebreak]]
@covers…
MessengerTest class core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php @group Messenger
@coversDefaultClass \Drupal\Core\Messenger\Messenger[[api-linebreak]]

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.