You are here

namespace Drupal\Tests\migrate\Kernel in Drupal 9

Same name in other branches
  1. 8 Drupal\Tests\migrate\Kernel
Classsort descending Location Description
HighWaterNotJoinableTest core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php Tests the high water handling.
HighWaterTest core/modules/migrate/tests/src/Kernel/HighWaterTest.php Tests migration high water property.
MigrateBundleTest core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Tests setting of bundles on content entity migrations.
MigrateConfigRollbackTest core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php Tests rolling back of configuration objects.
MigrateDumpAlterInterface core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php Allows tests to alter dumps after they have loaded.
MigrateEmbeddedDataTest core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php Tests the EmbeddedDataSource plugin.
MigrateEntityContentBaseTest core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php Tests the EntityContentBase destination.
MigrateEntityContentValidationTest core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Tests validation of an entity during migration.
MigrateEventsTest core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Tests events fired on migrations.
MigrateExecutableTest core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Tests the MigrateExecutable class.
MigrateExternalTranslatedTest core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Tests migrating non-Drupal translated content.
MigrateInterruptionTest core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php Tests interruptions triggered during migrations.
MigrateLookupTest core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests the Migrate Lookup service.
MigrateMessageTest core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Tests whether idmap messages are sent to message interface when requested.
MigrateRollbackEntityConfigTest core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php Tests rolling back of imports.
MigrateRollbackTest core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php Tests rolling back of imports.
MigrateSkipRowTest core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php Tests row skips triggered during hook_migrate_prepare_row().
MigrateSourceTestBase core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Base class for tests of Migrate source plugins.
MigrateSqlSourceTestBase core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php Base class for tests of Migrate source plugins that use a database.
MigrateStatusTest core/modules/migrate/tests/src/Kernel/MigrateStatusTest.php Tests migration status tracking.
MigrateStubTest core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests the migrate.stub Service.
MigrateTestBase core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Creates abstract base class for migration tests.
MigrationPluginManagerTest core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Tests the migration plugin manager.
MigrationTest core/modules/migrate/tests/src/Kernel/MigrationTest.php Tests the migration plugin.
QueryBatchTest core/modules/migrate/tests/src/Kernel/QueryBatchTest.php Tests query batching.
SqlBaseTest core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Tests the functionality of SqlBase.
TestFilterIterator core/modules/migrate/tests/src/Kernel/TestFilterIterator.php Class to test FilterIterators.
TestMigrateExecutable core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php Tests MigrateExecutable.
TestSqlBase core/modules/migrate/tests/src/Kernel/SqlBaseTest.php A dummy source to help with testing SqlBase.
TrackChangesTest core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Tests migration track changes property.