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
MailerDsnConfigValidationTest::testMailerSchemeValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the mailer scheme.
MailerDsnConfigValidationTest::testMailerTransportDefaultOptionsValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the default options of the mailer.
MailerDsnConfigValidationTest::testMailerTransportNativeOptionsValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the options for the 'native' mailer scheme.
MailerDsnConfigValidationTest::testMailerTransportNullOptionsValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the options for the 'null' mailer scheme.
MailerDsnConfigValidationTest::testMailerTransportSendmailOptionsValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the options for the 'sendmail' mailer scheme.
MailerDsnConfigValidationTest::testMailerTransportSMTPOptionsValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the options for the 'smtps' mailer scheme.
MailerDsnConfigValidationTest::testMailerUserPasswordValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the password for the mailer user.
mailer_capture_test.info.yml file core/modules/mailer/tests/modules/mailer_capture_test/mailer_capture_test.info.yml core/modules/mailer/tests/modules/mailer_capture_test/mailer_capture_test.info.yml
mailer_capture_test.routing.yml file core/modules/mailer/tests/modules/mailer_capture_test/mailer_capture_test.routing.yml core/modules/mailer/tests/modules/mailer_capture_test/mailer_capture_test.routing.yml
mailer_event_subscriber_test.info.yml file core/modules/mailer/tests/modules/mailer_event_subscriber_test/mailer_event_subscriber_test.info.yml core/modules/mailer/tests/modules/mailer_event_subscriber_test/mailer_event_subscriber_test.info.yml
mailer_event_subscriber_test.message_event_test_subscriber service core/modules/mailer/tests/modules/mailer_event_subscriber_test/mailer_event_subscriber_test.services.yml Drupal\mailer_event_subscriber_test\EventSubscriber\MessageEventTestSubscriber
mailer_event_subscriber_test.services.yml file core/modules/mailer/tests/modules/mailer_event_subscriber_test/mailer_event_subscriber_test.services.yml core/modules/mailer/tests/modules/mailer_event_subscriber_test/mailer_event_subscriber_test.services.yml
mailer_transport_factory_functional_test.info.yml file core/modules/mailer/tests/modules/mailer_transport_factory_functional_test/mailer_transport_factory_functional_test.info.yml core/modules/mailer/tests/modules/mailer_transport_factory_functional_test/mailer_transport_factory_functional_test.info.yml
mailer_transport_factory_functional_test.routing.yml file core/modules/mailer/tests/modules/mailer_transport_factory_functional_test/mailer_transport_factory_functional_test.routing.yml core/modules/mailer/tests/modules/mailer_transport_factory_functional_test/mailer_transport_factory_functional_test.routing.yml
mailer_transport_factory_kernel_test.info.yml file core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/mailer_transport_factory_kernel_test.info.yml core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/mailer_transport_factory_kernel_test.info.yml
mailer_transport_factory_kernel_test.services.yml file core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/mailer_transport_factory_kernel_test.services.yml core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/mailer_transport_factory_kernel_test.services.yml
MailFormatHelperTest class core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php Tests Drupal\Core\Mail\MailFormatHelper.
MailFormatHelperTest.php file core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php
MailFormatHelperTest::testWrapMail function core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php Tests wrap mail.
MailHandlerTest class core/modules/contact/tests/src/Unit/MailHandlerTest.php Tests Drupal\contact\MailHandler.
MailHandlerTest.php file core/modules/contact/tests/src/Unit/MailHandlerTest.php
MailHandlerTest::$contactForm property core/modules/contact/tests/src/Unit/MailHandlerTest.php The contact form entity.
MailHandlerTest::$contactMailHandler property core/modules/contact/tests/src/Unit/MailHandlerTest.php Contact mail messages service.
MailHandlerTest::$entityTypeManager property core/modules/contact/tests/src/Unit/MailHandlerTest.php The entity type manager.
MailHandlerTest::$languageManager property core/modules/contact/tests/src/Unit/MailHandlerTest.php Language manager service.
MailHandlerTest::$logger property core/modules/contact/tests/src/Unit/MailHandlerTest.php Logger service.
MailHandlerTest::$mailManager property core/modules/contact/tests/src/Unit/MailHandlerTest.php Mail manager service.
MailHandlerTest::$userStorage property core/modules/contact/tests/src/Unit/MailHandlerTest.php The user storage handler.
MailHandlerTest::getAnonymousMockMessage function core/modules/contact/tests/src/Unit/MailHandlerTest.php Builds a mock message from anonymous user.
MailHandlerTest::getAuthenticatedMockMessage function core/modules/contact/tests/src/Unit/MailHandlerTest.php Builds a mock message from authenticated user.
MailHandlerTest::getMockContactForm function core/modules/contact/tests/src/Unit/MailHandlerTest.php Builds a mock message on given scenario.
MailHandlerTest::getMockSender function core/modules/contact/tests/src/Unit/MailHandlerTest.php Builds a mock sender on given scenario.
MailHandlerTest::getSendMailMessages function core/modules/contact/tests/src/Unit/MailHandlerTest.php Data provider for ::testSendMailMessages.
MailHandlerTest::setUp function core/modules/contact/tests/src/Unit/MailHandlerTest.php
MailHandlerTest::testInvalidRecipient function core/modules/contact/tests/src/Unit/MailHandlerTest.php Tests the children() method with an invalid key.
MailHandlerTest::testSendMailMessages function core/modules/contact/tests/src/Unit/MailHandlerTest.php Tests the sendMailMessages method.
MailHtmlTestHooks class core/modules/system/tests/modules/mail_html_test/src/Hook/MailHtmlTestHooks.php Hook implementations for mail_html_test.
MailHtmlTestHooks.php file core/modules/system/tests/modules/mail_html_test/src/Hook/MailHtmlTestHooks.php
MailHtmlTestHooks::mail function core/modules/system/tests/modules/mail_html_test/src/Hook/MailHtmlTestHooks.php Implements hook_mail().
MailManagerTest class core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php Tests Drupal\Core\Mail\MailManager.
MailManagerTest.php file core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php
MailManagerTest::$cache property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The cache backend to use.
MailManagerTest::$configFactory property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The configuration factory.
MailManagerTest::$definitions property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php A list of mail plugin definitions.
MailManagerTest::$discovery property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The plugin discovery.
MailManagerTest::$mailManager property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The mail manager under test.
MailManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The module handler.
MailManagerTest::$renderer property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The renderer.
MailManagerTest::$request property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The current request.
MailManagerTest::$requestStack property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The request stack.

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