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
CounterTest::providerRowIndexes function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Provides some row index to test.
CounterTest::renderCounter function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Renders the counter field handler.
CounterTest::setUp function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php
CounterTest::testCounterRandomPagerOffset function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Tests a counter field with a random pager offset.
CounterTest::testCounterRandomStart function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Tests a counter with a random start.
CounterTest::testCounterSecondPage function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Tests a counter field on the second page.
CounterTest::testSimpleCounter function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Tests a simple counter field.
CountryCodeConstraintTest class core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php @covers \Drupal\Core\Validation\Plugin\Validation\Constraint\CountryCodeConstraint[[api-linebreak]]
@group validation
CountryCodeConstraintTest.php file core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
CountryCodeConstraintTest::testConstraintLoadsChoicesFromCountryManager function core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
CountryManagerTest class core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php Tests Country Manager functionality.
CountryManagerTest.php file core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php
CountryManagerTest::$modules property core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php Modules to install.
CountryManagerTest::testHookCountriesAlter function core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php Tests that hook_countries_alters() works as expected.
CreateSampleEntityTest class core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php Tests the ContentEntityStorageBase::createWithSampleValues method.
CreateSampleEntityTest.php file core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php
CreateSampleEntityTest::$entityTypeManager property core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php The entity type manager.
CreateSampleEntityTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php Modules to install.
CreateSampleEntityTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php
CreateSampleEntityTest::testSampleValueContentEntity function core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php Tests sample value content entity creation of all types.
CreateTestContentEntitiesTrait trait core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php Provides helper methods for creating test content.
CreateTestContentEntitiesTrait.php file core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php
CreateTestContentEntitiesTrait::createContent function core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php Create several pieces of generic content.
CreateTestContentEntitiesTrait::createContentPostUpgrade function core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php Create several pieces of generic content.
CreateTestContentEntitiesTrait::getRequiredModules function core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php Gets required modules.
CreateTestContentEntitiesTrait::installEntitySchemas function core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php Install required entity schemas.
CredentialFormTest class core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Test the credential form for both Drupal 6 and Drupal 7 sources.
CredentialFormTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php
CredentialFormTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Modules to install.
CredentialFormTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets the available upgrade paths.
CredentialFormTest::getDestinationSiteCredentials function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Creates an array of destination site credentials for the Credential form.
CredentialFormTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets the expected number of entities per entity type after migration.
CredentialFormTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets expected number of entities per entity after incremental migration.
CredentialFormTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets the missing upgrade paths.
CredentialFormTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets the source base path for the concrete test.
CredentialFormTest::providerCredentialForm function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Data provider for testCredentialForm.
CredentialFormTest::testCredentialFrom function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Test the credential form.
CronLoggingUpdateTest class core/modules/system/tests/src/Functional/Update/CronLoggingUpdateTest.php Tests update of system.cron:logging.
CronLoggingUpdateTest.php file core/modules/system/tests/src/Functional/Update/CronLoggingUpdateTest.php
CronLoggingUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/CronLoggingUpdateTest.php The theme to install as the default for testing.
CronLoggingUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/CronLoggingUpdateTest.php Set database dump files to be used.
CronLoggingUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/CronLoggingUpdateTest.php Tests update of system.cron:logging.
CronQueueTest class core/modules/system/tests/src/Kernel/System/CronQueueTest.php Tests the Cron Queue runner.
CronQueueTest.php file core/modules/system/tests/src/Kernel/System/CronQueueTest.php
CronQueueTest::$connection property core/modules/system/tests/src/Kernel/System/CronQueueTest.php The database connection.
CronQueueTest::$cron property core/modules/system/tests/src/Kernel/System/CronQueueTest.php The cron service.
CronQueueTest::$currentTime property core/modules/system/tests/src/Kernel/System/CronQueueTest.php The fake current time used for queue worker / cron testing purposes.
CronQueueTest::$logger property core/modules/system/tests/src/Kernel/System/CronQueueTest.php A logger for testing.
CronQueueTest::$modules property core/modules/system/tests/src/Kernel/System/CronQueueTest.php Modules to install.
CronQueueTest::register function core/modules/system/tests/src/Kernel/System/CronQueueTest.php Registers test-specific services.

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