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 10.3.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
MigrationLookupTest::testSuccessfulLookup function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Tests a successful lookup.
MigrationLookupTest::testTransformWithStubbing function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Tests transform with stubbing.
MigrationLookupTest::testTransformWithStubSkipping function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Tests transform with stub skipping.
MigrationLookupTestCase class core/modules/migrate/tests/src/Unit/process/MigrationLookupTestCase.php Provides container handling for migration lookup unit tests.
MigrationLookupTestCase.php file core/modules/migrate/tests/src/Unit/process/MigrationLookupTestCase.php
MigrationLookupTestCase::$migrateLookup property core/modules/migrate/tests/src/Unit/process/MigrationLookupTestCase.php The prophecy of the migrate lookup service.
MigrationLookupTestCase::$migrateStub property core/modules/migrate/tests/src/Unit/process/MigrationLookupTestCase.php The prophecy of the migrate stub service.
MigrationLookupTestCase::prepareContainer function core/modules/migrate/tests/src/Unit/process/MigrationLookupTestCase.php Prepares and sets the container.
MigrationLookupTestCase::setUp function core/modules/migrate/tests/src/Unit/process/MigrationLookupTestCase.php
MigrationPluginConfigurationTest class core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php Tests the migration plugin manager.
MigrationPluginConfigurationTest.php file core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php
MigrationPluginConfigurationTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php Modules to install.
MigrationPluginConfigurationTest::mergeProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php Provide configuration data for testing.
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 Tests get definitions.
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/Unit/MigrationPluginManagerTest.php Tests Drupal\migrate\Plugin\MigrationPluginManager.
MigrationPluginManagerTest class core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Tests the migration plugin manager.
MigrationPluginManagerTest.php file core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php
MigrationPluginManagerTest.php file core/modules/migrate/tests/src/Unit/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/d7/MigrationProcessTest.php
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/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/d7/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
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.
MigrationProvidersExistTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all source and destination plugins.
MigrationProvidersExistTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php
MigrationProvidersExistTest::enableAllModules function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Enable all available modules.
MigrationProvidersExistTest::fieldPluginDefinitionsProvider function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Data provider for field plugin definitions.
MigrationProvidersExistTest::testFieldProviderMissingRequiredProperty function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests a missing required definition.
MigrationProvidersExistTest::testFieldProvidersExist function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all field plugins.
MigrationProvidersExistTest::testProvidersExist function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all source plugins.

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