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. 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
DefaultMobileMetaTagsTest class core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php Confirm that the default mobile meta tags appear as expected.
DefaultMobileMetaTagsTest.php file core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
DefaultMobileMetaTagsTest::$defaultMetaTags property core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php Array of default meta tags to insert into the page.
DefaultMobileMetaTagsTest::$defaultTheme property core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php The theme to install as the default for testing.
DefaultMobileMetaTagsTest::setUp function core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
DefaultMobileMetaTagsTest::testDefaultMetaTagsExist function core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php Verifies that the default mobile meta tags are added.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags function core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php Verifies that the default mobile meta tags can be removed.
DefaultModerationStateTest class core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php Tests setting a custom default moderation state.
DefaultModerationStateTest.php file core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php
DefaultModerationStateTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php The theme to install as the default for testing.
DefaultModerationStateTest::setUp function core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php Sets the test up.
DefaultModerationStateTest::testDeleteDefaultStateAccess function core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php Tests access to deleting the default state.
DefaultModerationStateTest::testPublishedDefaultState function core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php Tests a workflow with a default moderation state set.
DefaultPasswordGeneratorTest class core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php Unit tests for password generator.
DefaultPasswordGeneratorTest.php file core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php
DefaultPasswordGeneratorTest::testGenerate function core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php @covers ::generate[[api-linebreak]]
DefaultPluginManagerTest class core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the DefaultPluginManager.
DefaultPluginManagerTest class core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php Tests the default plugin manager.
DefaultPluginManagerTest.php file core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest.php file core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest::$expectedDefinitions property core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php The expected plugin definitions.
DefaultPluginManagerTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php Modules to install.
DefaultPluginManagerTest::$namespaces property core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php The namespaces to look for plugin definitions.
DefaultPluginManagerTest::providerTestProcessDefinition function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest::setUp function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest::testCacheClearWithTags function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager cache clear with tags.
DefaultPluginManagerTest::testCreateInstanceWithInvalidInterfaces function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins without the proper interface.
DefaultPluginManagerTest::testCreateInstanceWithJustValidInterfaces function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins with the proper interface.
DefaultPluginManagerTest::testDefaultPluginManager function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with no cache and altering.
DefaultPluginManagerTest::testDefaultPluginManager function core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php Tests annotations and attributes on the default plugin manager.
DefaultPluginManagerTest::testDefaultPluginManagerNoCache function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with caching disabled.
DefaultPluginManagerTest::testDefaultPluginManagerWithAlter function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with no cache and altering.
DefaultPluginManagerTest::testDefaultPluginManagerWithDisabledModule function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with a disabled module.
DefaultPluginManagerTest::testDefaultPluginManagerWithEmptyCache function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with caching and altering.
DefaultPluginManagerTest::testDefaultPluginManagerWithFilledCache function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with caching and altering.
DefaultPluginManagerTest::testDefaultPluginManagerWithObjects function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager and object plugin definitions.
DefaultPluginManagerTest::testDefaultPluginManagerWithPluginExtendingNonInstalledClass function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with a plugin that extends a non-installed class.
DefaultPluginManagerTest::testGetCacheContexts function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheContexts[[api-linebreak]]
DefaultPluginManagerTest::testGetCacheMaxAge function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheMaxAge[[api-linebreak]]
DefaultPluginManagerTest::testGetCacheTags function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheTags[[api-linebreak]]
DefaultPluginManagerTest::testGetDefinitionPluginNotFoundException function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager behavior for a missing plugin ID.
DefaultPluginManagerTest::testGetDefinitionsWithoutRequiredInterface function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins without a required interface.
DefaultPluginManagerTest::testProcessDefinition function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::processDefinition[[api-linebreak]]
@dataProvider providerTestProcessDefinition
DefaultPluginManagerTest::testProviderExists function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::findDefinitions[[api-linebreak]]
@covers ::extractProviderFromDefinition[[api-linebreak]]
DefaultRevisionStateTest class core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php Tests the correct default revision is set.
DefaultRevisionStateTest.php file core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php
DefaultRevisionStateTest::$entityTypeManager property core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php
DefaultRevisionStateTest::$modules property core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php Modules to install.
DefaultRevisionStateTest::assertModerationState function core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php Verifies the expected moderation state revision exists.
DefaultRevisionStateTest::setUp function core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php

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