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. 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
MigrationStateUnitTest::testGetUpgradeStates function core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Tests ::getUpgradeStates.
MigrationTest class core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests the migration plugin.
MigrationTest class core/modules/migrate/tests/src/Unit/MigrationTest.php @coversDefaultClass \Drupal\migrate\Plugin\Migration[[api-linebreak]]
MigrationTest class core/modules/migrate/tests/src/Kernel/MigrationTest.php Tests the migration plugin.
MigrationTest.php file core/modules/migrate/tests/src/Kernel/MigrationTest.php
MigrationTest.php file core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php
MigrationTest.php file core/modules/migrate/tests/src/Unit/MigrationTest.php Contains \Drupal\Tests\migrate\Unit\MigrationTest.
MigrationTest::$modules property core/modules/migrate/tests/src/Kernel/MigrationTest.php Enable field because we are using one of its source plugins.
MigrationTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Modules to enable.
MigrationTest::getProcessPluginsExceptionMessageProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Provides data for testing invalid process pipeline.
MigrationTest::getValidMigrationDependenciesProvider function core/modules/migrate/tests/src/Unit/MigrationTest.php Provides data for valid migration configuration test.
MigrationTest::testGetDestinationIds function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getDestinationIds()
MigrationTest::testGetDestinationPlugin function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getDestinationPlugin()
MigrationTest::testGetMigrationDependencies function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getMigrationDependencies()
MigrationTest::testGetMigrations function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests getting requirement list.
MigrationTest::testGetProcessPlugins function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins()
MigrationTest::testGetProcessPluginsException function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins() throws an exception.
MigrationTest::testGetProcessPluginsExceptionMessage function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins()
MigrationTest::testGetTrackLastImported function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getTrackLastImported()
MigrationTest::testMigrationDependenciesWithInvalidConfig function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests that getting migration dependencies fails with invalid configuration.
MigrationTest::testMigrationDependenciesWithValidConfig function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests valid migration dependencies configuration returns expected values.
MigrationTest::testRequirementsForDestinationPlugin function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests checking requirements for destination plugins.
MigrationTest::testRequirementsForMigrations function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests checking requirements for destination plugins.
MigrationTest::testRequirementsForSourcePlugin function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests checking requirements for source plugins.
MigrationTest::testSetInvalidation function core/modules/migrate/tests/src/Kernel/MigrationTest.php Tests Migration::set().
migration_provider_test.info.yml file core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_provider_test.info.yml core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_provider_test.info.yml
MimeTypeGuesserTest class core/tests/Drupal/Tests/Core/File/MimeTypeGuesserTest.php @coversDefaultClass \Drupal\Core\File\MimeType\MimeTypeGuesser[[api-linebreak]]
@group DrupalKernel
MimeTypeGuesserTest.php file core/tests/Drupal/Tests/Core/File/MimeTypeGuesserTest.php
MimeTypeGuesserTest::testSymfonyGuesserRegistration function core/tests/Drupal/Tests/Core/File/MimeTypeGuesserTest.php @covers ::registerWithSymfonyGuesser[[api-linebreak]]
MimeTypePassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/MimeTypePassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\MimeTypePass[[api-linebreak]]
@group DependencyInjection
@group legacy
@runInSeparateProcess
MimeTypePassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/MimeTypePassTest.php
MimeTypePassTest::buildContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/MimeTypePassTest.php
MimeTypePassTest::testProcessLegacy function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/MimeTypePassTest.php Tests backwards compatibility shim for MimeTypeGuesser interface changes.
MimeTypeTest class core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php Tests filename mimetype detection.
MimeTypeTest.php file core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php
MimeTypeTest::$modules property core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php Modules to enable.
MimeTypeTest::testFileMimeTypeDetection function core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php Tests mapping of mimetypes from filenames.
MimeTypeTest::testFileMimeTypeDetectionDeprecation function core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php Test deprecations.
MinimalInstallerTest class core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php Tests the interactive installer installing the minimal profile.
MinimalInstallerTest.php file core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php
MinimalInstallerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php The theme to install as the default for testing.
MinimalInstallerTest::$profile property core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php The installation profile to install.
MinimalInstallerTest::testMinimalConfig function core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php Ensures that the exported minimal configuration is up to date.
MinimalTest class core/profiles/minimal/tests/src/Functional/MinimalTest.php Tests Minimal installation profile expectations.
MinimalTest.php file core/profiles/minimal/tests/src/Functional/MinimalTest.php
MinimalTest::$defaultTheme property core/profiles/minimal/tests/src/Functional/MinimalTest.php The theme to install as the default for testing.
MinimalTest::$profile property core/profiles/minimal/tests/src/Functional/MinimalTest.php The profile to install as a basis for testing.
MinimalTest::testMinimal function core/profiles/minimal/tests/src/Functional/MinimalTest.php Tests Minimal installation profile.
MiniPagerTest class core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php Tests the mini pager plugin.
MiniPagerTest.php file core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php

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