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
RegistryTest::testPostProcessExtension function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php @covers ::postProcessExtension[[api-linebreak]]
@covers ::completeSuggestion[[api-linebreak]]
@covers ::mergePreprocessFunctions[[api-linebreak]]
RegistryTest::testRaceCondition function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the behavior of the theme registry class.
RegistryTest::testSuggestionPreprocessFunctions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the theme registry with suggestions.
RegistryTest::testThemeRegistryAlterByTheme function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests that the theme registry can be altered by themes.
RegistryTest::testThemeSuggestions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests front node theme suggestion generation.
RegistryTest::testThemeTemplatesRegisteredByModules function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests theme-provided templates that are registered by modules.
RegressionTest class core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php Regression tests cases for the database layer.
RegressionTest.php file core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php
RegressionTest::$modules property core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php Modules to enable.
RegressionTest::testDBFieldExists function core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php Tests the \Drupal\Core\Database\Schema::fieldExists() method.
RegressionTest::testDBIndexExists function core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php Tests the Schema::indexExists() method.
RegressionTest::testDBTableExists function core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php Tests the Schema::tableExists() method.
RegressionTest::testRegression_310447 function core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php Ensures that non-ASCII UTF-8 data is stored in the database properly.
RelatedResourceTypesTest class core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @coversDefaultClass \Drupal\jsonapi\ResourceType\ResourceType[[api-linebreak]]
@coversClass \Drupal\jsonapi\ResourceType\ResourceTypeRepository[[api-linebreak]]
@group jsonapi
RelatedResourceTypesTest.php file core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php
RelatedResourceTypesTest::$barType property core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php The JSON:API resource type for `node--bar`.
RelatedResourceTypesTest::$fooType property core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php The JSON:API resource type for `node--foo`.
RelatedResourceTypesTest::$modules property core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php Modules to enable.
RelatedResourceTypesTest::$resourceTypeRepository property core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php The JSON:API resource type repository under test.
RelatedResourceTypesTest::getRelatableResourceTypesByFieldProvider function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php Provides cases to test getRelatableTypesByField.
RelatedResourceTypesTest::getRelatableResourceTypesProvider function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @covers ::getRelatableResourceTypes[[api-linebreak]]
@dataProvider getRelatableResourceTypesProvider
RelatedResourceTypesTest::setUp function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php
RelatedResourceTypesTest::testGetRelatableResourceTypes function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @covers ::getRelatableResourceTypes[[api-linebreak]]
@dataProvider getRelatableResourceTypesProvider
RelatedResourceTypesTest::testGetRelatableResourceTypesByField function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @covers ::getRelatableResourceTypesByField[[api-linebreak]]
@dataProvider getRelatableResourceTypesByFieldProvider
RelationshipJoinInTest class core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php Tests the base relationship handler.
RelationshipJoinInTest.php file core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php
RelationshipJoinInTest::$columnMap property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php Maps between the key in the expected result and the query result.
RelationshipJoinInTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php Views used by this test.
RelationshipJoinInTest::testRelationshipInQuery function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php Tests the query result of a view with a relationship with an IN condition.
RelationshipJoinInTest::viewsData function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php Adds an IN condition for the user name.
RelationshipJoinTestBase class core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Provides a base class for a testing a relationship.
RelationshipJoinTestBase.php file core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php
RelationshipJoinTestBase::$modules property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Modules to enable.
RelationshipJoinTestBase::$rootUser property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php
RelationshipJoinTestBase::schemaDefinition function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition().
RelationshipJoinTestBase::setUpFixtures function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Sets up the configuration and schema of views and views_test_data modules.
RelationshipJoinTestBase::viewsData function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Overrides \Drupal\views\Tests\ViewTestBase::viewsData().
RelationshipNodeTermDataTest class core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php Tests the taxonomy term on node relationship handler.
RelationshipNodeTermDataTest.php file core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php
RelationshipNodeTermDataTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php The theme to install as the default for testing.
RelationshipNodeTermDataTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php Views used by this test.
RelationshipNodeTermDataTest::assertQueriesTermAccessTag function core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php Assert views queries have taxonomy_term_access tag.
RelationshipNodeTermDataTest::testTag function core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php Tests that the 'taxonomy_term_access' tag is added to the Views query.
RelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData function core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php
RelationshipNormalizerTest class core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php @coversDefaultClass \Drupal\jsonapi\Normalizer\RelationshipNormalizer[[api-linebreak]]
@group jsonapi
RelationshipNormalizerTest.php file core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php
RelationshipNormalizerTest::$imageIds property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUIDs for use in tests.
RelationshipNormalizerTest::$modules property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Modules to enable.
RelationshipNormalizerTest::$referencerId property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUID for the referencing entity.
RelationshipNormalizerTest::$userIds property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUIDs for use in tests.

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