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 main 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.
Test class core/modules/config/tests/config_constant_test/src/Test.php A test class.

All search results

Title Object type File name Summary
LocaleStringIsSafeTest class core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php Tests locale translation safe string handling.
LocaleStringIsSafeTest.php file core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php
LocaleStringIsSafeTest::$modules property core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php
LocaleStringIsSafeTest::testLocaleStringIsSafe function core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php Tests for LocaleXss::stringIsSafe().
LocaleStringIsSafeTest::testLocalizedTokenizedString function core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php Tests if a translated and tokenized string is properly escaped by Twig.
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
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.
LocaleTestAdditionalHooks class core/modules/locale/tests/modules/locale_test_additional/src/Hook/LocaleTestAdditionalHooks.php Hook implementations for locale_test_extra.
LocaleTestAdditionalHooks.php file core/modules/locale/tests/modules/locale_test_additional/src/Hook/LocaleTestAdditionalHooks.php
LocaleTestAdditionalHooks::systemInfoAlter function core/modules/locale/tests/modules/locale_test_additional/src/Hook/LocaleTestAdditionalHooks.php Implements hook_system_info_alter().
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().
LocaleTestExtraHooks class core/modules/locale/tests/modules/locale_test_extra/src/Hook/LocaleTestExtraHooks.php Hook implementations for locale_test_extra.
LocaleTestExtraHooks.php file core/modules/locale/tests/modules/locale_test_extra/src/Hook/LocaleTestExtraHooks.php
LocaleTestExtraHooks::systemInfoAlter function core/modules/locale/tests/modules/locale_test_extra/src/Hook/LocaleTestExtraHooks.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().
LocaleThemeInstallTest class core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php Tests that locale rewrites config langcodes after theme install.
LocaleThemeInstallTest.php file core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php
LocaleThemeInstallTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php
LocaleThemeInstallTest::$modules property core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php
LocaleThemeInstallTest::installParameters function core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php
LocaleThemeInstallTest::setUp function core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php
LocaleThemeInstallTest::testThemeInstallRewritesConfigLangcode function core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php Tests that installing a theme via the UI updates config language.
LocaleThemeInstallTest::testThemeSetDefaultRewritesConfigLangcode function core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php Tests that "install as default" also updates config language.
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

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