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. 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
MigrationPluginConfigurationTest::testConfigurationMerge function core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php Tests merging configuration into a plugin through the plugin manager.
MigrationPluginListTest class core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php Tests the migration plugin manager.
MigrationPluginListTest.php file core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php
MigrationPluginListTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php Modules to install.
MigrationPluginListTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php
MigrationPluginListTest::testGetDefinitions function core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php @covers ::getDefinitions[[api-linebreak]]
MigrationPluginManager::createStubMigration function core/modules/migrate/src/Plugin/MigrationPluginManager.php Creates a stub migration plugin from a definition array.
MigrationPluginManagerInterface::createStubMigration function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Creates a stub migration plugin from a definition array.
MigrationPluginManagerTest class core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Tests the migration plugin manager.
MigrationPluginManagerTest class core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php @coversDefaultClass \Drupal\migrate\Plugin\MigrationPluginManager[[api-linebreak]]
@group migrate
MigrationPluginManagerTest.php file core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
MigrationPluginManagerTest.php file core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php
MigrationPluginManagerTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php The migration plugin manager.
MigrationPluginManagerTest::$modules property core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Modules to install.
MigrationPluginManagerTest::$pluginManager property core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php A plugin manager.
MigrationPluginManagerTest::dependencyProvider function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Provide dependency data for testing.
MigrationPluginManagerTest::providerCreateInstanceByTag function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Data provider for testCreateInstancesByTag.
MigrationPluginManagerTest::setUp function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php
MigrationPluginManagerTest::setUp function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
MigrationPluginManagerTest::testCreateInstancesByTag function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Tests Migration::createInstancesByTag().
MigrationPluginManagerTest::testDependencyBuilding function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Tests building dependencies for multiple migrations.
MigrationPluginManagerTest::testExpandPluginIds function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Tests that expandPluginIds returns all derivatives.
MigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php Tests the getProcess() method of all Drupal 6 migrations.
MigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php Tests the getProcess() method of all Drupal 7 migrations.
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php
MigrationProcessTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php
MigrationProcessTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php
MigrationProcessTest::testGetProcess function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
MigrationProcessTest::testGetProcess function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
MigrationProvidersExistTest class core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all source and destination plugins.
MigrationProvidersExistTest.php file core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php
MigrationProvidersExistTest::enableAllModules function core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Enable all available modules.
MigrationProvidersExistTest::fieldPluginDefinitionsProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Data provider for field plugin definitions.
MigrationProvidersExistTest::testFieldProviderMissingRequiredProperty function core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests a missing required definition.
MigrationProvidersExistTest::testFieldProvidersExist function core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all field plugins.
MigrationProvidersExistTest::testProvidersExist function core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all source plugins.
MigrationProvidersExistTest::testSourceProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that a missing source_module property raises an exception.
MigrationSourceCacheTest class core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Test source counts are correctly cached.
MigrationSourceCacheTest.php file core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php
MigrationSourceCacheTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php The migration plugin manager.
MigrationSourceCacheTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Modules to install.
MigrationSourceCacheTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php
MigrationSourceCacheTest::testCacheCountsNotContaminated function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Tests that counts for the same plugin ID are not crossed.
MigrationSourceCacheTest::testCacheCountsUsed function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Test that values are pulled from the cache when appropriate.
MigrationStateUnitTest class core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Defines a class for testing \Drupal\migrate_drupal\MigrationState.
MigrationStateUnitTest.php file core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php
MigrationStateUnitTest::providerGetUpgradeStates function core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Data provider for testGetUpgradeStates.
MigrationStateUnitTest::testGetUpgradeStates function core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Tests ::getUpgradeStates.
MigrationTest class core/modules/migrate/tests/src/Kernel/MigrationTest.php Tests the migration plugin.

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