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
ComposerIntegrationTest::providerTestExpectedScaffoldFiles function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for the scaffold files test for Drupal core.
ComposerIntegrationTest::testAllCoreComponentsReplaced function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests core's composer.json replace section.
ComposerIntegrationTest::testComposerLockHash function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests composer.lock content-hash.
ComposerIntegrationTest::testComposerTilde function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests composer.json versions.
ComposerIntegrationTest::testExpectedScaffoldFiles function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests core's composer.json extra drupal-scaffold file-mappings section.
ComposerIntegrationTest::testVendorCleanup function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests the vendor cleanup utilities do not have obsolete packages listed.
ComposerProjectTemplatesTest class core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Demonstrate that Composer project templates can be built as patched.
ComposerProjectTemplatesTest.php file core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
ComposerProjectTemplatesTest::getCoreStability function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Returns the stability of the current core version.
ComposerProjectTemplatesTest::getPathReposForType function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Get Composer items that we want to be path repos, from within a directory.
ComposerProjectTemplatesTest::makeTestPackage function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Creates a test package that points to the templates.
ComposerProjectTemplatesTest::makeVendorPackage function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Creates a test package that points to all the projects in vendor.
ComposerProjectTemplatesTest::MINIMUM_STABILITY constant core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php The minimum stability requirement for dependencies.
ComposerProjectTemplatesTest::provideTemplateCreateProject function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
ComposerProjectTemplatesTest::STABILITY_ORDER constant core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php The order of stability strings from least stable to most stable.
ComposerProjectTemplatesTest::testMinimumStabilityStrictness function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Make sure that static::MINIMUM_STABILITY is sufficiently strict.
ComposerProjectTemplatesTest::testTemplateCreateProject function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php @dataProvider provideTemplateCreateProject
ComposerProjectTemplatesTest::testVerifyTemplateTestProviderIsAccurate function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Make sure we've accounted for all the templates.
ComposerTest class core/tests/Drupal/Tests/Composer/ComposerTest.php @coversDefaultClass \Drupal\Composer\Composer[[api-linebreak]]
@group Composer
ComposerTest.php file core/tests/Drupal/Tests/Composer/ComposerTest.php
ComposerTest::testEnsureComposerVersion function core/tests/Drupal/Tests/Composer/ComposerTest.php Verify that Composer::ensureComposerVersion() doesn't break.
ComposerTest::testEnsurePhpConfiguredVersion function core/tests/Drupal/Tests/Composer/ComposerTest.php Ensure that the configured php version matches the minimum php version.
ComposerValidateTest class core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php @group Composer
ComposerValidateTest.php file core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php
ComposerValidateTest::provideComposerJson function core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php
ComposerValidateTest::testValidateComposer function core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php @dataProvider provideComposerJson
ComputedBundleFieldTest class core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php Provides some integration tests for computed bundle fields.
ComputedBundleFieldTest.php file core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php
ComputedBundleFieldTest::$modules property core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php Modules to install.
ComputedBundleFieldTest::$testViews property core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php Views to be enabled.
ComputedBundleFieldTest::setUp function core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php
ComputedBundleFieldTest::testComputedFieldHandler function core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php Tests the computed field handler.
ComputedFieldTest class core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php Provides some integration tests for the Field handler.
ComputedFieldTest.php file core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php
ComputedFieldTest::$modules property core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php Modules to install.
ComputedFieldTest::$testViews property core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php Views to be enabled.
ComputedFieldTest::setUp function core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php
ComputedFieldTest::testComputedFieldHandler function core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php Tests the computed field handler.
ComputedFileUrlTest class core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @coversDefaultClass \Drupal\file\ComputedFileUrl[[api-linebreak]]
ComputedFileUrlTest.php file core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php
ComputedFileUrlTest::$testUrl property core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php The test URL to use.
ComputedFileUrlTest::testGetValue function core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @covers ::getValue[[api-linebreak]]
ComputedFileUrlTest::testSetValue function core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @covers ::setValue[[api-linebreak]]
ComputedFileUrlTest::testSetValueNoNotify function core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @covers ::setValue[[api-linebreak]]
ComputedReferenceTestFieldItemList class core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php A computed entity reference field item list.
ComputedReferenceTestFieldItemList.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php
ComputedReferenceTestFieldItemList::computeValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php Compute the list property from state.
ComputedTestBundleFieldItemList class core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php A computed field item list for a bundle field.
ComputedTestBundleFieldItemList.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php
ComputedTestBundleFieldItemList::computeValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php Compute the list property from state.

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