Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Search 11.x 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
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.
MessageJsonBasicAuthTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php The format to use in this test.
MessageJsonBasicAuthTest::$mimeType property core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php The MIME type that corresponds to $format.
MessageJsonBasicAuthTest::$modules property core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php Modules to install.
MessageJsonCookieTest class core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php Tests Message Json Cookie.
MessageJsonCookieTest.php file core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php
MessageJsonCookieTest::$auth property core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php The authentication mechanism to use in this test.
MessageJsonCookieTest::$defaultTheme property core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php The theme to install as the default for testing.
MessageJsonCookieTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php The format to use in this test.
MessageJsonCookieTest::$mimeType property core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php The MIME type that corresponds to $format.
MessageResourceTestBase class core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Resource test base for the ContactMessage entity.
MessageResourceTestBase.php file core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php
MessageResourceTestBase::$entity property core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php The Message entity.
MessageResourceTestBase::$entityTypeId property core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php The tested entity type.
MessageResourceTestBase::$labelFieldName property core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Optionally specify which field is the 'label' field.
MessageResourceTestBase::$modules property core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Modules to install.
MessageResourceTestBase::createEntity function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Creates the entity to be tested.
MessageResourceTestBase::getExpectedNormalizedEntity function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Returns the expected normalization of the entity.
MessageResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Return the expected error message.
MessageResourceTestBase::getNormalizedPostEntity function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Returns the normalized POST entity.
MessageResourceTestBase::setUpAuthorization function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Sets up the necessary authorization.
MessageResourceTestBase::testDelete function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Tests a DELETE request for an entity, plus edge cases to ensure good DX.
MessageResourceTestBase::testGet function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Tests a GET request for an entity, plus edge cases to ensure good DX.
MessageResourceTestBase::testPatch function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Tests a PATCH request for an entity, plus edge cases to ensure good DX.
MessagesTest class core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php Tests Drupal\views\Plugin\views\area\Messages.

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