MigrateDumpAlterInterface |
core/modules/migrate/src/Tests/MigrateDumpAlterInterface.php |
Allows tests to alter dumps after they've loaded. |
MigrateEmbeddedDataTest |
core/modules/migrate/src/Tests/MigrateEmbeddedDataTest.php |
Tests the EmbeddedDataSource plugin. |
MigrateEventsTest |
core/modules/migrate/src/Tests/MigrateEventsTest.php |
Tests events fired on migrations. |
MigrateInterruptionTest |
core/modules/migrate/src/Tests/MigrateInterruptionTest.php |
Tests interruptions triggered during migrations. |
MigrateMessageTest |
core/modules/migrate/src/Tests/MigrateMessageTest.php |
Test whether idmap messages are sent to the message interface when requested. |
MigrateRollbackTest |
core/modules/migrate/src/Tests/MigrateRollbackTest.php |
Tests rolling back of imports. |
MigrateSkipRowTest |
core/modules/migrate/src/Tests/MigrateSkipRowTest.php |
Tests row skips triggered during hook_migrate_prepare_row(). |
MigrateStatusTest |
core/modules/migrate/src/Tests/MigrateStatusTest.php |
Test migration status tracking. |
MigrateTestBase |
core/modules/migrate/src/Tests/MigrateTestBase.php |
Base class for migration tests. |
MigrationTest |
core/modules/migrate/src/Tests/MigrationTest.php |
Tests the migration entity. |
SqlBaseTest |
core/modules/migrate/src/Tests/SqlBaseTest.php |
Test the functionality of SqlBase. |
TemplateTest |
core/modules/migrate/src/Tests/TemplateTest.php |
Test the migration template functionality. |
TestSqlBase |
core/modules/migrate/src/Tests/SqlBaseTest.php |
A dummy source to help with testing SqlBase. |