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
LocalActionManagerTest::testGetActionsForRoute function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php Tests get actions for route.
LocalActionManagerTest::testGetTitle function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php Tests get title.
LocalActionTest class core/modules/block_content/tests/src/Functional/LocalActionTest.php Tests block_content local action links.
LocalActionTest class core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php Test derivative to check local action title escaping.
LocalActionTest class core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Tests local actions derived from router and added/altered via hooks.
LocalActionTest.php file core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
LocalActionTest.php file core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php
LocalActionTest.php file core/modules/block_content/tests/src/Functional/LocalActionTest.php
LocalActionTest::$defaultTheme property core/modules/block_content/tests/src/Functional/LocalActionTest.php The theme to install as the default for testing.
LocalActionTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/LocalActionTest.php The theme to install as the default for testing.
LocalActionTest::$modules property core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Modules to install.
LocalActionTest::assertLocalAction function core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Asserts local actions in the page output.
LocalActionTest::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php Gets the definition of all derivatives of a base plugin.
LocalActionTest::setUp function core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
LocalActionTest::setUp function core/modules/block_content/tests/src/Functional/LocalActionTest.php Sets the test up.
LocalActionTest::testAddContentBlockLink function core/modules/block_content/tests/src/Functional/LocalActionTest.php Tests the block_content_add_action link.
LocalActionTest::testLocalAction function core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Tests appearance of local actions.
locale-test-tokenized.html.twig file core/modules/locale/tests/modules/locale_test/templates/locale-test-tokenized.html.twig {{ content }}
LocaleBatchTest class core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Tests locale batches.
LocaleBatchTest.php file core/modules/locale/tests/src/Kernel/LocaleBatchTest.php
LocaleBatchTest::$modules property core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Modules to install.
LocaleBatchTest::testBuildProjects function core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Checks that the import batch finishes if the translation has already been imported.
LocaleBatchTest::testEnglishTranslationSkipsDefaultPattern function core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Tests English translations skip default drupal.org pattern.
LocaleBatchTest::testNonEnglishLanguagesUnaffected function core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Tests non-English languages do not skip default drupal.org pattern.
LocaleBuildTest class core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Tests building the translatable project information.
LocaleBuildTest.php file core/modules/locale/tests/src/Kernel/LocaleBuildTest.php
LocaleBuildTest::$modules property core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Modules to install.
LocaleBuildTest::testBuildProjects function core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Checks if a list of translatable projects gets built.
LocaleBulkDeprecationTest class core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php Tests locale.bulk.inc.
LocaleBulkDeprecationTest.php file core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php
LocaleBulkDeprecationTest::setUp function core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php
LocaleBulkDeprecationTest::testDeprecatedLocaleConfigBatchRefreshName function core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php Tests the deprecation of locale_config_batch_refresh_name().
LocaleBulkDeprecationTest::testDeprecatedLocaleConfigBatchSetConfigLangcodes function core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php Tests the deprecation of locale_config_batch_set_config_langcodes().
LocaleConfigManager::translateString function core/modules/locale/src/LocaleConfigManager.php Translates string using the localization system.
LocaleConfigManagerTest class core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php Tests that the locale config manager operates correctly.
LocaleConfigManagerTest.php file core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
LocaleConfigManagerTest::$modules property core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php A list of modules to install for this test.
LocaleConfigManagerTest::$strictConfigSchema property core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php This test creates simple config on the fly breaking schema checking.
LocaleConfigManagerTest::testGetDefaultConfigLangcode function core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php Tests getDefaultConfigLangcode().
LocaleConfigManagerTest::testGetStringTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php Tests getStringTranslation().
LocaleConfigManagerTest::testHasTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php Tests hasTranslation().
LocaleConfigSubscriberForeignTest class core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Tests default configuration handling with a foreign default language.
LocaleConfigSubscriberForeignTest.php file core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
LocaleConfigSubscriberForeignTest::register function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Registers test-specific services.
LocaleConfigSubscriberForeignTest::saveLanguageActive function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Saves a language override.
LocaleConfigSubscriberForeignTest::setUpLanguages function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Sets up languages needed for this test.
LocaleConfigSubscriberForeignTest::setUpLocale function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Sets up the locale storage strings to be in line with configuration.
LocaleConfigSubscriberForeignTest::testCreateActiveTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Tests creating translations of shipped configuration.
LocaleConfigSubscriberForeignTest::testDefaultConfigLanguage function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Tests that the language of default configuration was updated.
LocaleConfigSubscriberForeignTest::testDeleteActiveTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Tests deleting translations of shipped configuration.

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