17 calls to MigrateSqlIdMapTest::getIdMap() in Zircon Profile 8
- MigrateSqlIdMapTest::testClearMessages in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests the clear messages method.
 - MigrateSqlIdMapTest::testDestroy in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests the destroy method.
 - MigrateSqlIdMapTest::testGetRowByDestination in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests the getRowByDestination method.
 - MigrateSqlIdMapTest::testGetRowBySource in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests the getRowBySource method.
 - MigrateSqlIdMapTest::testGetRowsNeedingUpdate in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests the getRowsNeedingUpdate method for rows that need an update.
 - MigrateSqlIdMapTest::testImportedCount in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests the imported count method.
 - MigrateSqlIdMapTest::testIterators in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests all the iterator methods in one swing.
 - MigrateSqlIdMapTest::testLookupDestinationIdMapping in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Performs destination ID test on source and destination fields.
 - MigrateSqlIdMapTest::testLookupSourceIDMapping in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Performs the source ID test on source and destination fields.
 - MigrateSqlIdMapTest::testMessageCount in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests the SQL ID map message count method by counting and saving messages.
 - MigrateSqlIdMapTest::testMessageSave in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests the SQL ID map save message method.
 - MigrateSqlIdMapTest::testPrepareUpdate in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests prepareUpdate().
 - MigrateSqlIdMapTest::testProcessedCount in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests the number of processed source rows.
 - MigrateSqlIdMapTest::testSaveIdMapping in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests the ID mapping method.
 - MigrateSqlIdMapTest::testSetMessage in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests the SQL ID map set message method.
 - MigrateSqlIdMapTest::testSetUpdate in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Tests setting a row source_row_status to STATUS_NEEDS_UPDATE.
 - MigrateSqlIdMapTest::testUpdateCount in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlIdMapTest.php  - Performs the update count test with a given number of update rows.