Search for test

  1. Search 7.x for test
  2. Search 8.9.x for test
  3. Search 10.3.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
AliasTest::testLookupByAlias function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers ::lookupByAlias
AliasTest::testLookupBySystemPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers ::lookupBySystemPath
AliasTest::testLookupPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers \Drupal\path_alias\AliasManager::getPathByAlias
@covers \Drupal\path_alias\AliasManager::getAliasByPath
AliasTest::testWhitelist function core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests the alias whitelist.
AliasTest::testWhitelistCacheDeletionMidRequest function core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests situation where the whitelist cache is deleted mid-request.
AlignmentPluginTest class core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Alignment
@group ckeditor5
@internal
AlignmentPluginTest.php file core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php
AlignmentPluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php Provides a list of configs to test.
AlignmentPluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php @covers ::getDynamicPluginConfig
@dataProvider providerGetDynamicPluginConfig
AllowedValuesConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php Tests AllowedValues validation constraint with both valid and invalid values.
AllowedValuesConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php
AllowedValuesConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php The typed data manager to use.
AllowedValuesConstraintValidatorTest::allowedValueCallback function core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php An AllowedValueConstraint callback.
AllowedValuesConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php
AllowedValuesConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php Tests the AllowedValues validation constraint validator.
AllowedValuesConstraintValidatorTest::testValidationCallback function core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php Tests the AllowedValuesConstraintValidator with callbacks.
AllowedValuesConstraintValidatorTest::testValidationCallbackException function core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php Tests the AllowedValuesConstraintValidator with an invalid callback.
AllowToolbarPathTest class core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php @coversDefaultClass \Drupal\toolbar\PageCache\AllowToolbarPath
@group toolbar
AllowToolbarPathTest.php file core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php
AllowToolbarPathTest::$policy property core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php The toolbar path policy under test.
AllowToolbarPathTest::providerTestAllowToolbarPath function core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php Provides data and expected results for the test method.
AllowToolbarPathTest::setUp function core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php
AllowToolbarPathTest::testAllowToolbarPath function core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php Asserts that caching is allowed if the request goes to toolbar subtree.
AlterTest class core/modules/system/tests/src/Functional/Common/AlterTest.php Tests alteration of arguments passed to \Drupal::moduleHandler->alter().
AlterTest class core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests the hook_query_alter capabilities of the Select builder.
AlterTest class core/modules/system/tests/src/Functional/Form/AlterTest.php Tests hook_form_alter() and hook_form_FORM_ID_alter().
AlterTest.php file core/modules/system/tests/src/Functional/Form/AlterTest.php
AlterTest.php file core/tests/Drupal/KernelTests/Core/Database/AlterTest.php
AlterTest.php file core/modules/system/tests/src/Functional/Common/AlterTest.php
AlterTest::$defaultTheme property core/modules/system/tests/src/Functional/Common/AlterTest.php The theme to install as the default for testing.
AlterTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/AlterTest.php The theme to install as the default for testing.
AlterTest::$modules property core/modules/system/tests/src/Functional/Form/AlterTest.php Modules to enable.
AlterTest::$modules property core/modules/system/tests/src/Functional/Common/AlterTest.php Modules to enable.
AlterTest::testAlterChangeConditional function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter a query's conditionals.
AlterTest::testAlterChangeFields function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter the fields of a query.
AlterTest::testAlterExpression function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter expressions in the query.
AlterTest::testAlterRemoveRange function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can remove a range() value from a query.
AlterTest::testAlterWithJoin function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter the joins on a query.
AlterTest::testDrupalAlter function core/modules/system/tests/src/Functional/Common/AlterTest.php Tests if the theme has been altered.
AlterTest::testExecutionOrder function core/modules/system/tests/src/Functional/Form/AlterTest.php Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
AlterTest::testSimpleAlter function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can do basic alters.
AlterTest::testSimpleAlterSubquery function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can do basic alters on subqueries.
AnalyzeTest class core/modules/views_ui/tests/src/Functional/AnalyzeTest.php Tests the views analyze system.
AnalyzeTest.php file core/modules/views_ui/tests/src/Functional/AnalyzeTest.php
AnalyzeTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/AnalyzeTest.php The theme to install as the default for testing.
AnalyzeTest::$modules property core/modules/views_ui/tests/src/Functional/AnalyzeTest.php Modules to enable.
AnalyzeTest::$testViews property core/modules/views_ui/tests/src/Functional/AnalyzeTest.php Views used by this test.
AnalyzeTest::testAnalyzeBasic function core/modules/views_ui/tests/src/Functional/AnalyzeTest.php Tests that analyze works in general.
AnnotatedClassDiscoveryCachedTest class core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryCachedTest.php @coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery
@group Annotation
@runTestsInSeparateProcesses
AnnotatedClassDiscoveryCachedTest.php file core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryCachedTest.php

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