You are here

64 calls to MigrateTestBase::getMigration() in Drupal 10

CommentEntityTranslationCheckRequirementsTest::testCheckRequirements in core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php
Tests exception thrown when the given module is not enabled in the source.
CommentTypeRequirementsTest::testCheckCommentTypeRequirements in core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeRequirementsTest.php
Tests thrown exceptions when node or comment aren't enabled on source.
MigrateBlockTest::testBlockMigration in core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
Tests the block migration.
MigrateContactCategoryTest::testContactCategory in core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php
The Drupal 6 and 7 contact categories to Drupal 8 migration.
MigrateDateFormatTest::testDateFormats in core/modules/system/tests/src/Kernel/Migrate/d6/MigrateDateFormatTest.php
Tests the Drupal 6 date formats to Drupal 8 migration.
MigrateDrupal6AuditIdsTest::testDraftRevisionIdConflicts in core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
Tests draft revisions ID conflicts.
MigrateDrupal6AuditIdsTest::testMultipleMigrationWithoutIdConflicts in core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
Tests multiple migrations to the same destination with no ID conflicts.
MigrateDrupal6AuditIdsTest::testNodeGrantsIdConflicts in core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
Tests ID conflicts for inaccessible nodes.
MigrateDrupal7AuditIdsTest::testDraftRevisionIdConflicts in core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
Tests draft revisions ID conflicts.
MigrateDrupal7AuditIdsTest::testMultipleMigrationWithoutIdConflicts in core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
Tests multiple migrations to the same destination with no ID conflicts.
MigrateDrupal7AuditIdsTest::testNodeGrantsIdConflicts in core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
Tests ID conflicts for inaccessible nodes.
MigrateFieldFormatterSettingsTest::testEntityDisplaySettings in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php
Tests that migrated entity display settings can be loaded using D8 API's.
MigrateFieldInstanceTest::testFieldInstances in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php
Tests migrating D7 field instances to field_config entities.
MigrateFieldOptionTranslationTest::testFieldOptionTranslation in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php
Tests the Drupal 7 field option translation to Drupal 8 migration.
MigrateFieldTest::testDatetimeFields in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php
Tests migrating D7 datetime fields.
MigrateFieldTest::testFields in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldTest.php
Tests the Drupal 6 field to Drupal 8 migration.
MigrateFieldTest::testFields in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php
Tests migrating D7 fields to field_storage_config entities.
MigrateFileTest::testFiles in core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileTest.php
Tests the Drupal 6 files to Drupal 8 migration.
MigrateFilterFormatTest::testFilterFormat in core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php
Tests the Drupal 7 filter format to Drupal 8 migration.
MigrateImageCacheTest::testMissingTable in core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php
Tests that an exception is thrown when ImageCache is not installed.
MigrateLanguageContentMenuSettingsTest::testLanguageMenuContent in core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentMenuSettingsTest.php
Tests migration of menu translation ability.
MigrateMenuTest::testMenu in core/modules/system/tests/src/Kernel/Migrate/d6/MigrateMenuTest.php
Tests the Drupal 6 menu to Drupal 8 migration.
MigrateMenuTest::testMenu in core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTest.php
Tests the Drupal 7 menu to Drupal 8 migration.
MigrateMenuTranslationTest::testMenuTranslation in core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTranslationTest.php
Tests migration of menu translations.
MigrateNodeCompleteTest::testRollbackNodeComplete in core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php
Tests rollback of the complete node migration.
MigrateNodeDeriverTest::testBuilder in core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php
Tests the d7_node node driver.
MigrateNodeTest::rerunMigration in core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php
Execute the migration a second time.
MigrateNodeTypeTest::testNodeType in core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php
Tests Drupal 6 node type to Drupal 8 migration.
MigrateRdfMappingTest::testRdfMappingMigration in core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php
Tests RDF mappings migration from Drupal 7 to 8.
MigrateSearchPageTest::testSearchPage in core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php
Tests Drupal 6 search settings to Drupal 8 search page entity migration.
MigrateSearchPageTest::testSearchPage in core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php
Tests migration of search status and settings to search page entity.
MigrateTaxonomyTermStubTest::testStubWithWeightMapping in core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php
Tests creation of stubs when weight is mapped.
MigrateTaxonomyVocabularyTest::testTaxonomyVocabulary in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php
Tests the Drupal 6 taxonomy vocabularies to Drupal 8 migration.
MigrateTermNodeTest::testSkipNonExistentNode in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php
Tests that term associations are ignored when they belong to nodes which were not migrated.
MigrateUploadEntityDisplayTest::testSkipNonExistentNodeType in core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php
Tests that entity displays are ignored appropriately.
MigrateUploadEntityDisplayTest::testUploadEntityDisplay in core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php
Tests Drupal 6 upload settings to Drupal 8 entity display migration.
MigrateUploadEntityFormDisplayTest::testSkipNonExistentNodeType in core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php
Tests that entity displays are ignored appropriately.
MigrateUploadEntityFormDisplayTest::testUploadEntityFormDisplay in core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php
Tests Drupal 6 upload settings to Drupal 8 entity form display migration.
MigrateUploadFieldTest::testUpload in core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php
Tests the Drupal 6 upload settings to Drupal 8 field migration.
MigrateUploadInstanceTest::testUploadFieldInstance in core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadInstanceTest.php
Tests the Drupal 6 upload settings to Drupal 8 field instance migration.
MigrateUploadTest::setUp in core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadTest.php
MigrateUrlAliasTest::testUrlAlias in core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php
Tests the url alias migration.
MigrateUserConfigsTest::testUserMail in core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTest.php
Tests migration of user variables to user.mail.yml.
MigrateUserRoleTest::testUserRole in core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserRoleTest.php
Tests user role migration.
MigrateUserRoleTest::testUserRole in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserRoleTest.php
Tests user role migration.
MigrateUserSettingsTest::testMigration in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserSettingsTest.php
Tests the migration.
MigrateUserTest::testUser in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php
Tests the Drupal 7 user to Drupal 8 migration.
MigrateUserTest::testUser in core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php
Tests the Drupal6 user to Drupal 8 migration.
MigrateViewModesTest::testViewModes in core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php
Tests Drupal 6 view modes to Drupal 8 migration.
MigrateVocabularyEntityDisplayTest::testSkipNonExistentNodeType in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
Tests that vocabulary displays are ignored appropriately.
MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
MigrateVocabularyEntityFormDisplayTest::testSkipNonExistentNodeType in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php
Tests that vocabulary displays are ignored appropriately.
MigrateVocabularyEntityFormDisplayTest::testVocabularyEntityFormDisplay in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php
Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
MigrateVocabularyFieldInstanceTest::testSkipNonExistentNodeType in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php
Tests that vocabulary field instances are ignored appropriately.
MigrateVocabularyFieldInstanceTest::testVocabularyFieldInstance in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php
Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
MigrateVocabularyFieldTest::testVocabularyField in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php
Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
ProfileFieldCheckRequirementsTest::testCheckRequirements in core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php
Tests exception is thrown when profile_fields tables do not exist.
ProfileFieldCheckRequirementsTest::testCheckRequirements in core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php
Tests exception is thrown when profile_fields tables do not exist.
RollbackFieldInstanceTest::executeRollback in core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php
Executes a single rollback.
RollbackFieldTest::executeRollback in core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php
Executes a single rollback.
RollbackViewModesTest::executeRollback in core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php
Executes a single rollback.
TaxonomyTermDeriverTest::testBuilder in core/modules/taxonomy/tests/src/Kernel/Migrate/TaxonomyTermDeriverTest.php
Tests fields exist in process pipeline for term migrations.
UserMigrationClassTest::testClass in core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php
Tests that the profile value process is added to the pipeline.
VariableTranslationCheckRequirementsTest::testCheckRequirements in core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php
Tests exception in thrown when the i18n_variable table does not exist.