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. 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
ContactSitewideTest::setUp function core/modules/contact/tests/src/Functional/ContactSitewideTest.php
ContactSitewideTest::submitContact function core/modules/contact/tests/src/Functional/ContactSitewideTest.php Submits the contact form.
ContactSitewideTest::testAutoReply function core/modules/contact/tests/src/Functional/ContactSitewideTest.php Tests auto-reply on the site-wide contact form.
ContactSitewideTest::testSiteWideContact function core/modules/contact/tests/src/Functional/ContactSitewideTest.php Tests configuration options and the site-wide contact form.
ContactSitewideTest::updateContactForm function core/modules/contact/tests/src/Functional/ContactSitewideTest.php Updates a form.
ContactStorageTest class core/modules/contact/tests/src/Functional/ContactStorageTest.php Tests storing contact messages.
ContactStorageTest.php file core/modules/contact/tests/src/Functional/ContactStorageTest.php
ContactStorageTest::$defaultTheme property core/modules/contact/tests/src/Functional/ContactStorageTest.php The theme to install as the default for testing.
ContactStorageTest::$modules property core/modules/contact/tests/src/Functional/ContactStorageTest.php Modules to enable.
ContactStorageTest::testContactStorage function core/modules/contact/tests/src/Functional/ContactStorageTest.php Tests configuration options and the site-wide contact form.
ContactUpdateTest class core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php Tests contact update path.
ContactUpdateTest.php file core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php
ContactUpdateTest::setDatabaseDumpFiles function core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php Set database dump files to be used.
ContactUpdateTest::testPostUpdateContactFormFields function core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php Tests contact_form updates.
contact_storage_test.info.yml file core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml
contact_storage_test.install file core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install Contains install and update hooks.
contact_storage_test.module file core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Contains custom contact message functionality for ContactStorageTest.
contact_storage_test.schema.yml file core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml
contact_storage_test_contact_form_form_builder function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Entity builder for the contact form edit form with third party options.
contact_storage_test_entity_base_field_info function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Implements hook_entity_base_field_info().
contact_storage_test_entity_type_alter function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Implements hook_entity_type_alter().
contact_storage_test_form_contact_form_form_alter function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Implements hook_form_FORM_ID_alter() for contact_form_form().
contact_storage_test_install function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install Implements hook_install().
contact_test.info.yml file core/modules/contact/tests/modules/contact_test/contact_test.info.yml core/modules/contact/tests/modules/contact_test/contact_test.info.yml
contact_test_views.info.yml file core/modules/contact/tests/modules/contact_test_views/contact_test_views.info.yml core/modules/contact/tests/modules/contact_test_views/contact_test_views.info.yml
ContainerAwareEventDispatcherTest class core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php Unit tests for the ContainerAwareEventDispatcher.
ContainerAwareEventDispatcherTest.php file core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::$dispatcher property core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::$listener property core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::createEventDispatcher function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::POSTBAR constant core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::POSTFOO constant core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::PREBAR constant core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::PREFOO constant core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::setUp function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::tearDown function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testAddListener function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testAddSubscriber function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testAddSubscriberWithMultipleListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testAddSubscriberWithPriorities function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testDispatch function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testDispatchByPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testDispatchForClosure function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testDispatchLazyListener function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testDispatchWithCallables function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testDispatchWithServices function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testEventReceivesTheDispatcherInstanceAsArgument function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetAllListenersSortsByPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetLazyListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenerPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php

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