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
theme-test-suggestions--theme-override.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig {# Output for Theme API test #}
Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_HOOK_alter().
theme-test-suggestions.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-suggestions.html.twig {# Output for Theme API test #}
Original template for testing hook_theme_suggestions_HOOK_alter().
theme-test-theme-class.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-theme-class.html.twig <p>{{ message }}</p>
theme.negotiator.test_custom_theme service core/modules/system/tests/modules/theme_test/theme_test.services.yml Drupal\theme_test\Theme\CustomThemeNegotiator
theme.negotiator.test_theme service core/modules/system/tests/modules/menu_test/menu_test.services.yml Drupal\menu_test\Theme\TestThemeNegotiator
ThemeEarlyInitializationTest class core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Tests that the theme system can be correctly initialized early in the page
request.
ThemeEarlyInitializationTest.php file core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php
ThemeEarlyInitializationTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php The theme to install as the default for testing.
ThemeEarlyInitializationTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Modules to enable.
ThemeEarlyInitializationTest::testRequestListener function core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Test that the theme system can generate output in a request listener.
ThemeEngineExtensionListTest class core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php @coversDefaultClass \Drupal\Core\Extension\ThemeEngineExtensionList[[api-linebreak]]
@group Extension
ThemeEngineExtensionListTest.php file core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php
ThemeEngineExtensionListTest::testGetlist function core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php @covers ::getList[[api-linebreak]]
ThemeExtensionListTest class core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php @coversDefaultClass \Drupal\Core\Extension\ThemeExtensionList[[api-linebreak]]
@group Extension
ThemeExtensionListTest class core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php @coversDefaultClass \Drupal\Core\Extension\ThemeExtensionList[[api-linebreak]]
@group Extension
ThemeExtensionListTest.php file core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php
ThemeExtensionListTest.php file core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php
ThemeExtensionListTest::providerTestGetBaseThemes function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Provides test data for testGetBaseThemes.
ThemeExtensionListTest::testGetBaseThemes function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Tests getting the base themes for a set a defines themes.
ThemeExtensionListTest::testGetlist function core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php @covers ::getList[[api-linebreak]]
ThemeExtensionListTest::testRebuildThemeDataWithThemeParents function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Tests rebuild the theme data with theme parents.
ThemeExtensionListTest::testThemeWithoutVersion function core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php Tests that themes have an empty default version set.
ThemeHandlerLegacyTest class core/tests/Drupal/KernelTests/Core/Theme/ThemeHandlerLegacyTest.php Tests deprecated methods of ThemeHandler.
ThemeHandlerLegacyTest.php file core/tests/Drupal/KernelTests/Core/Theme/ThemeHandlerLegacyTest.php
ThemeHandlerLegacyTest::$themeHandler property core/tests/Drupal/KernelTests/Core/Theme/ThemeHandlerLegacyTest.php The theme handler.
ThemeHandlerLegacyTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/ThemeHandlerLegacyTest.php
ThemeHandlerLegacyTest::testInstallUninstall function core/tests/Drupal/KernelTests/Core/Theme/ThemeHandlerLegacyTest.php @covers ::install[[api-linebreak]]
@covers ::uninstall[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Extension\ThemeHandlerInterface::install() is deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use…
ThemeHandlerTest class core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php @coversDefaultClass \Drupal\Core\Extension\ThemeHandler[[api-linebreak]]
@group Extension
ThemeHandlerTest.php file core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Contains \Drupal\Tests\Core\Extension\ThemeHandlerTest.
ThemeHandlerTest::$configFactory property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php The mocked config factory.
ThemeHandlerTest::$themeHandler property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php The tested theme handler.
ThemeHandlerTest::$themeList property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php The theme listing service.
ThemeHandlerTest::setUp function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
ThemeHandlerTest::testRebuildThemeData function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Tests rebuilding the theme data.
ThemeHandlerTest::testThemeLibrariesEmpty function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Tests empty libraries in theme.info.yml file.
ThemeInfoTest class core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php Tests processing of theme .info.yml properties.
ThemeInfoTest.php file core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php
ThemeInfoTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php The theme to install as the default for testing.
ThemeInfoTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php Modules to enable.
ThemeInfoTest::$state property core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php The state service used in this test.
ThemeInfoTest::$themeInstaller property core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php The theme installer used in this test for enabling themes.
ThemeInfoTest::$themeManager property core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php The theme manager used in this test.
ThemeInfoTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php
ThemeInfoTest::testChanges function core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php Tests that changes to the info file are picked up.
ThemeInfoTest::testStylesheets function core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php Tests stylesheets-remove.
ThemeInstallerTest class core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing and uninstalling of themes.
ThemeInstallerTest.php file core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
ThemeInstallerTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Modules to enable.
ThemeInstallerTest::extensionConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the system.theme config object.
ThemeInstallerTest::moduleHandler function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the ModuleHandler.

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