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
SqlQueryTest class core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Tests the sql query plugin.
SqlQueryTest.php file core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php
SqlQueryTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Views used by this test.
SqlQueryTest::testExecuteMetadata function core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Tests adding some metadata/tags to the views query.
SqlQueryTest::viewsData function core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Returns the views data definition.
SqlTest class core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @coversDefaultClass \Drupal\views\Plugin\views\query\Sql[[api-linebreak]]
SqlTest.php file core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php
SqlTest::setupEntityTypeManager function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up the entity type manager in the container.
SqlTest::setupEntityTypes function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up some test entity types and corresponding views data.
SqlTest::setupViewsData function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up the views data in the container.
SqlTest::setupViewWithRelationships function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Create a view with a relationship.
SqlTest::testGetCacheMaxAge function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::getCacheTags[[api-linebreak]]
@covers ::getAllEntities[[api-linebreak]]
SqlTest::testGetCacheTags function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::getCacheTags[[api-linebreak]]
@covers ::getAllEntities[[api-linebreak]]
SqlTest::testLoadEntitiesWithEmptyResult function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithNonEntityRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithNoRelationshipAndNoRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithRelationshipAndRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
SqlTest::testLoadEntitiesWithRevisionOfSameEntityType function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities[[api-linebreak]]
@covers ::assignEntitiesToResult[[api-linebreak]]
StableBaseThemeUpdateTest class core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php Tests the upgrade path for introducing the Stable base theme.
StableBaseThemeUpdateTest.php file core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php
StableBaseThemeUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php The theme to install as the default for testing.
StableBaseThemeUpdateTest::$themeHandler property core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php The theme handler.
StableBaseThemeUpdateTest::prepareEnvironment function core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php Prepares the current environment for running the test.
StableBaseThemeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php Set database dump files to be used.
StableBaseThemeUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php Overrides WebTestBase::setUp() for update testing.
StableBaseThemeUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php Tests that the Stable base theme is installed if necessary.
StableLibraryOverrideTest class core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php Tests Stable's library overrides.
StableLibraryOverrideTest.php file core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php
StableLibraryOverrideTest::$allModules property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php A list of all core modules.
StableLibraryOverrideTest::$librariesToSkip property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php A list of libraries to skip checking, in the format extension/library_name.
StableLibraryOverrideTest::$libraryDiscovery property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php The library discovery service.
StableLibraryOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php Modules to enable.
StableLibraryOverrideTest::$themeInitialization property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php The theme initialization.
StableLibraryOverrideTest::$themeManager property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php The theme manager.
StableLibraryOverrideTest::getAllLibraries function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php Gets all libraries for core and all installed modules.
StableLibraryOverrideTest::removeVendorAssets function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php Removes all vendor libraries and assets from the library definitions.
StableLibraryOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php
StableLibraryOverrideTest::testStableLibraryOverrides function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php Ensures that Stable overrides all relevant core library assets.
StableTemplateOverrideTest class core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php Tests Stable's template overrides.
StableTemplateOverrideTest.php file core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
StableTemplateOverrideTest::$allModules property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php A list of all core modules.
StableTemplateOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php Modules to enable.
StableTemplateOverrideTest::$templatesToSkip property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php An array of template names to skip, without the extension.
StableTemplateOverrideTest::$themeHandler property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php The theme handler.
StableTemplateOverrideTest::installAllModules function core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php Installs all core modules.
StableTemplateOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
StableTemplateOverrideTest::testStableTemplateOverrides function core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php Ensures that Stable overrides all relevant core templates.
StackedKernelPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\StackedKernelPass[[api-linebreak]]
@group DependencyInjection

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