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. 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
LocaleStringTest class core/modules/locale/tests/src/Kernel/LocaleStringTest.php Tests the locale string storage, string objects and data API.
LocaleStringTest.php file core/modules/locale/tests/src/Kernel/LocaleStringTest.php
LocaleStringTest::$modules property core/modules/locale/tests/src/Kernel/LocaleStringTest.php Modules to install.
LocaleStringTest::$storage property core/modules/locale/tests/src/Kernel/LocaleStringTest.php The locale storage.
LocaleStringTest::buildSourceString function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Creates random source string object.
LocaleStringTest::createAllTranslations function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Creates translations for source string and all languages.
LocaleStringTest::createTranslation function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Creates single translation for source string.
LocaleStringTest::setUp function core/modules/locale/tests/src/Kernel/LocaleStringTest.php
LocaleStringTest::testDeleteStrings function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Tests that strings are correctly deleted.
LocaleStringTest::testStringCrudApi function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Tests CRUD API.
LocaleStringTest::testStringSearchApi function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Tests Search API loading multiple objects.
LocaleTestDevelopmentReleaseHooks class core/modules/locale/tests/modules/locale_test_development_release/src/Hook/LocaleTestDevelopmentReleaseHooks.php Hook implementations for locale_test_development_release.
LocaleTestDevelopmentReleaseHooks.php file core/modules/locale/tests/modules/locale_test_development_release/src/Hook/LocaleTestDevelopmentReleaseHooks.php
LocaleTestDevelopmentReleaseHooks::localeTranslationProjectsAlter function core/modules/locale/tests/modules/locale_test_development_release/src/Hook/LocaleTestDevelopmentReleaseHooks.php Implements hook_locale_translation_projects_alter().
LocaleTestDevelopmentReleaseHooks::systemInfoAlter function core/modules/locale/tests/modules/locale_test_development_release/src/Hook/LocaleTestDevelopmentReleaseHooks.php Implements hook_system_info_alter().
LocaleTestHooks class core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Hook implementations for locale_test.
LocaleTestHooks.php file core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php
LocaleTestHooks::countriesAlter function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_countries_alter().
LocaleTestHooks::languageFallbackCandidatesLocaleLookupAlter function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_language_fallback_candidates_OPERATION_alter().
LocaleTestHooks::localeTranslationProjectsAlter function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_locale_translation_projects_alter().
LocaleTestHooks::systemInfoAlter function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_system_info_alter().
LocaleTestHooks::theme function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_theme().
LocaleTestHooks::tokenInfo function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_token_info().
LocaleTestHooks::tokens function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_tokens().
LocaleTestTranslateHooks class core/modules/locale/tests/modules/locale_test_translate/src/Hook/LocaleTestTranslateHooks.php Hook implementations for locale_test_translate.
LocaleTestTranslateHooks.php file core/modules/locale/tests/modules/locale_test_translate/src/Hook/LocaleTestTranslateHooks.php
LocaleTestTranslateHooks::modulesInstalled function core/modules/locale/tests/modules/locale_test_translate/src/Hook/LocaleTestTranslateHooks.php Implements hook_modules_installed().
LocaleTestTranslateHooks::systemInfoAlter function core/modules/locale/tests/modules/locale_test_translate/src/Hook/LocaleTestTranslateHooks.php Implements hook_system_info_alter().
LocaleTranslatedSchemaDefinitionTest class core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Adds and configures languages to check field schema definition.
LocaleTranslatedSchemaDefinitionTest.php file core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
LocaleTranslatedSchemaDefinitionTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php The theme to install as the default for testing.
LocaleTranslatedSchemaDefinitionTest::$modules property core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Modules to install.
LocaleTranslatedSchemaDefinitionTest::$useOneTimeLoginLinks property core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Use one-time login links instead of submitting the login form.
LocaleTranslatedSchemaDefinitionTest::setUp function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Tests that translated field descriptions do not affect the update system.
LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Tests that translations do not affect the update system.
LocaleTranslationChangeProjectVersionTest class core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php Tests how translations are handled when a project gets updated.
LocaleTranslationChangeProjectVersionTest.php file core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php
LocaleTranslationChangeProjectVersionTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php The theme to install as the default for testing.
LocaleTranslationChangeProjectVersionTest::setUp function core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php
LocaleTranslationChangeProjectVersionTest::testUpdateImportSourceRemote function core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php Tests update translations when project version changes.
LocaleTranslationDownloadTest class core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php Tests locale translation download.
LocaleTranslationDownloadTest.php file core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php
LocaleTranslationDownloadTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php The theme to install as the default for testing.
LocaleTranslationDownloadTest::$translationsStream property core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php The virtual file stream for storing translations.
LocaleTranslationDownloadTest::setUp function core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php
LocaleTranslationDownloadTest::testUpdateImportSourceRemote function core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php Tests translation download from remote sources.
LocaleTranslationProjectsTest class core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php Tests locale translation project handling.
LocaleTranslationProjectsTest.php file core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php
LocaleTranslationProjectsTest::$moduleHandler property core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php The module handler used in this test.

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