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 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
taxonomy_term_display_configurable_test.module file core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.module Tests configurable displays for taxonomy_term base fields.
taxonomy_term_display_configurable_test_entity_base_field_info_alter function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.module Implements hook_entity_base_field_info_alter().
taxonomy_term_display_configurable_test_entity_type_build function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.module Implements hook_entity_type_build().
taxonomy_term_stub_test.info.yml file core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml
taxonomy_term_stub_test.yml file core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml
taxonomy_test.info.yml file core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml
taxonomy_test.module file core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Provides test hook implementations for taxonomy tests.
taxonomy_test_form_taxonomy_term_form_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_form_BASE_FORM_ID_alter() for the taxonomy term form.
taxonomy_test_query_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_query_alter().
taxonomy_test_query_taxonomy_term_access_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_query_TAG_alter().
taxonomy_test_query_term_access_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_query_TAG_alter().
taxonomy_test_taxonomy_term_load function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_ENTITY_TYPE_load() for the taxonomy term.
taxonomy_test_views.info.yml file core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml
TelephoneFieldTest class core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Tests the creation of telephone fields.
TelephoneFieldTest.php file core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
TelephoneFieldTest::$defaultTheme property core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php The theme to install as the default for testing.
TelephoneFieldTest::$modules property core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Modules to install.
TelephoneFieldTest::$webUser property core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php A user with permission to create articles.
TelephoneFieldTest::setUp function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
TelephoneFieldTest::testTelephoneFormatter function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Tests the telephone formatter.
TelephoneFieldTest::testTelephoneWidget function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Tests to confirm the widget is setup.
TelephoneItemTest class core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Tests the new entity API for the telephone field type.
TelephoneItemTest.php file core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php
TelephoneItemTest::$modules property core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Modules to install.
TelephoneItemTest::setUp function core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Set the default field storage backend for fields created during tests.
TelephoneItemTest::testTestItem function core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Tests using entity fields of the telephone field type.
template_preprocess_layout_test_2col function core/modules/system/tests/modules/layout_test/layout_test.module Implements hook_preprocess_HOOK() for layout templates.
template_preprocess_theme_test function core/modules/system/tests/modules/theme_test/theme_test.inc Preprocesses variables for theme_theme_test().
template_preprocess_theme_test_deprecations_preprocess function core/modules/system/tests/modules/theme_test/theme_test.module Implements template_preprocess_HOOK() for theme_test_deprecations_preprocess.
template_preprocess_theme_test_registered_by_module function core/modules/system/tests/modules/theme_test/theme_test.module Implements template_preprocess_HOOK() for theme_test_registered_by_module.
template_preprocess_theme_test_render_element function core/modules/system/tests/modules/theme_test/theme_test.module Prepares variables for test render element templates.
template_preprocess_views_view_mapping_test function core/modules/views/tests/modules/views_test_data/views_test_data.module Prepares variables for the mapping row style test templates.
TemporaryQueryTest class core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest class core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest class core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php
TemporaryQueryTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php
TemporaryQueryTest.php file core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php
TemporaryQueryTest::testTemporaryQuery function core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTest::testTemporaryQuery function core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTest::testTemporaryQuery function core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTestBase class core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Tests the temporary query functionality.
TemporaryQueryTestBase.php file core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php
TemporaryQueryTestBase::countTableRows function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Returns the number of rows of a table.
TemporaryQueryTestBase::getConnection function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Returns the connection.
TemporaryQueryTestBase::testTemporaryQuery function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Confirms that temporary tables work.
TempStoreDatabaseTest class core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php Tests the temporary object storage system.
TempStoreDatabaseTest.php file core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php
TempStoreDatabaseTest::testSharedTempStore function core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php Tests the SharedTempStore API.
TermAccessTest class core/modules/taxonomy/tests/src/Functional/TermAccessTest.php Tests the taxonomy term access permissions.

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