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
ComposerHookTest::$fixtures property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php The Fixtures object.
ComposerHookTest::$fixturesDir property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php Directory to perform the tests in.
ComposerHookTest::setUp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php
ComposerHookTest::tearDown function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php
ComposerHookTest::testComposerHooks function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php Tests to see if scaffold operation runs at the correct times.
ComposerHookTest::testScaffoldMessagesDoNotPrintTwice function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php Tests to see if scaffold messages are omitted when running scaffold twice.
ComposerIntegrationTest class core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests Composer integration.
ComposerIntegrationTest.php file core/tests/Drupal/Tests/ComposerIntegrationTest.php
ComposerIntegrationTest::getContentHash function core/tests/Drupal/Tests/ComposerIntegrationTest.php Returns the md5 hash of the sorted content of the composer file.
ComposerIntegrationTest::providerTestComposerJson function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for all the composer.json provided by Drupal core.
ComposerIntegrationTest::providerTestExpectedScaffoldFiles function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for the scaffold files test for Drupal core.
ComposerIntegrationTest::providerTestVendorCleanup function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for the vendor cleanup utility classes.
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 are buildable 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
@requires externalCommand 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
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 enable.
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.

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