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. 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
LocaleLookupTest::$user property core/modules/locale/tests/src/Unit/LocaleLookupTest.php A mocked user object built from AccountInterface.
LocaleLookupTest::getCidProvider function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Provides test data for testGetCid().
LocaleLookupTest::providerFixOldPluralTranslationProvider function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Provides test data for testResolveCacheMissWithFallback().
LocaleLookupTest::resolveCacheMissWithFallbackProvider function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Provides test data for testResolveCacheMissWithFallback().
LocaleLookupTest::setUp function core/modules/locale/tests/src/Unit/LocaleLookupTest.php
LocaleLookupTest::testFixOldPluralStyleTranslations function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups with old plural style of translations.
LocaleLookupTest::testGetCid function core/modules/locale/tests/src/Unit/LocaleLookupTest.php @covers ::getCid[[api-linebreak]]
LocaleLookupTest::testResolveCacheMissNoTranslation function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups without a found translation.
LocaleLookupTest::testResolveCacheMissWithFallback function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups with fallback.
LocaleLookupTest::testResolveCacheMissWithoutFallback function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups without fallback.
LocaleLookupTest::testResolveCacheMissWithPersist function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups with persistent tracking.
LocaleNonInteractiveDevInstallTest class core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php Tests installing in a different language with a dev version string.
LocaleNonInteractiveDevInstallTest.php file core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php
LocaleNonInteractiveDevInstallTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php
LocaleNonInteractiveDevInstallTest::getVersionStringToTest function core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php
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
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
LocaleNonInteractiveInstallTest::setUp function core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php
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
LocalePathTest::$modules property core/modules/locale/tests/src/Functional/LocalePathTest.php
LocalePathTest::setUp function core/modules/locale/tests/src/Functional/LocalePathTest.php
LocalePathTest::testPathLanguageConfiguration function core/modules/locale/tests/src/Functional/LocalePathTest.php Tests 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
LocalePluralFormatTest::$modules property core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php
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().
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.
LocaleProjectStorageTest class core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php @coversDefaultClass \Drupal\locale\LocaleProjectStorage[[api-linebreak]]
@group locale
@runTestsInSeparateProcesses
LocaleProjectStorageTest.php file core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
LocaleProjectStorageTest::$keyValueMemoryFactory property core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
LocaleProjectStorageTest::$projectStorage property core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
LocaleProjectStorageTest::setUp function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
LocaleProjectStorageTest::testDelete function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php Tests deleted projects are not included in the count.
LocaleProjectStorageTest::testSorting function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php Tests that projects are sorted by weight and key.
LocalesLocationAddIndexUpdateTest class core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php Tests Locale update functions.

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