You are here

21 calls to MigrateSqlIdMapTest::getIdMap() in Drupal 8

MigrateSqlIdMapTest::setupRows in core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php
Setup a database with the given rows.
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::testGetHighestId in core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php
Tests getHighestId method.
MigrateSqlIdMapTest::testGetHighestIdInvalid in core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php
Tests getHighestId method with invalid data.
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::testMapTableCreation in core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php
Tests the delayed creation of the "map" and "message" migrate tables.
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.