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. 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.

All search results

Title Object type File name Summary
LocaleNonInteractiveDevInstallTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php The theme to install as the default for testing.
LocaleNonInteractiveDevInstallTest::getVersionStringToTest function core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php Gets the version string to use in the translation file.
LocaleNonInteractiveInstallTest class core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Tests installing in a different language with a non-dev version string.
LocaleNonInteractiveInstallTest.php file core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php
LocaleNonInteractiveInstallTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php The theme to install as the default for testing.
LocaleNonInteractiveInstallTest::getVersionStringToTest function core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Gets the version string to use in the translation file.
LocaleNonInteractiveInstallTest::installParameters function core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Returns the parameters that will be used when Simpletest installs Drupal.
LocaleNonInteractiveInstallTest::testInstallerTranslations function core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Tests that the expected translated text appears on the login screen.
LocalePathTest class core/modules/locale/tests/src/Functional/LocalePathTest.php Tests you can configure a language for individual URL aliases.
LocalePathTest.php file core/modules/locale/tests/src/Functional/LocalePathTest.php
LocalePathTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocalePathTest.php The theme to install as the default for testing.
LocalePathTest::$modules property core/modules/locale/tests/src/Functional/LocalePathTest.php Modules to enable.
LocalePathTest::setUp function core/modules/locale/tests/src/Functional/LocalePathTest.php
LocalePathTest::testPathLanguageConfiguration function core/modules/locale/tests/src/Functional/LocalePathTest.php Test if a language can be associated with a path alias.
LocalePluralFormatTest class core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Tests plural handling for various languages.
LocalePluralFormatTest.php file core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php
LocalePluralFormatTest::$adminUser property core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php An admin user.
LocalePluralFormatTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php The theme to install as the default for testing.
LocalePluralFormatTest::$modules property core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Modules to enable.
LocalePluralFormatTest::getPoFileWithBrokenPlural function core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Returns a .po file with a broken plural formula.
LocalePluralFormatTest::getPoFileWithComplexPlural function core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Returns a .po file with a complex plural formula.
LocalePluralFormatTest::getPoFileWithMissingPlural function core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Returns a .po file with a missing plural formula.
LocalePluralFormatTest::getPoFileWithSimplePlural function core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Returns a .po file with a simple plural formula.
LocalePluralFormatTest::importPoFile function core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Imports a standalone .po file in a given language.
LocalePluralFormatTest::setUp function core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php
LocalePluralFormatTest::testGetPluralFormat function core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Tests locale_get_plural() and \Drupal::translation()->formatPlural()
functionality.
LocalePluralFormatTest::testPluralEditDateFormatter function core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Tests plural editing of DateFormatter strings
LocalePluralFormatTest::testPluralEditExport function core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Tests plural editing and export functionality.
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 Modules to enable.
LocaleStringIsSafeTest::testLocaleStringIsSafe function core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php Tests for locale_string_is_safe().
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 Modules to enable.
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::testStringCrudApi function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Test CRUD API.
LocaleStringTest::testStringSearchApi function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Test Search API loading multiple objects.
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 enable.
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.

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